aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/usage.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/usage.h b/include/usage.h
index 3b03228ee..13f0b73a2 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -569,7 +569,7 @@
569 "\n -L Follow all symlinks" \ 569 "\n -L Follow all symlinks" \
570 "\n -H Follow symlinks on command line" \ 570 "\n -H Follow symlinks on command line" \
571 "\n -p Preserve file attributes if possible" \ 571 "\n -p Preserve file attributes if possible" \
572 "\n -f Force overwrite" \ 572 "\n -f Overwrite" \
573 "\n -i Prompt before overwrite" \ 573 "\n -i Prompt before overwrite" \
574 "\n -l,-s Create (sym)links" \ 574 "\n -l,-s Create (sym)links" \
575 575
@@ -4988,8 +4988,8 @@
4988#define uncompress_full_usage "\n\n" \ 4988#define uncompress_full_usage "\n\n" \
4989 "Decompress .Z file[s]\n" \ 4989 "Decompress .Z file[s]\n" \
4990 "\nOptions:" \ 4990 "\nOptions:" \
4991 "\n -c Extract to stdout" \ 4991 "\n -c Write to stdout" \
4992 "\n -f Overwrite an existing file" \ 4992 "\n -f Overwrite" \
4993 4993
4994#define unexpand_trivial_usage \ 4994#define unexpand_trivial_usage \
4995 "[-fa][-t N] [FILE]..." 4995 "[-fa][-t N] [FILE]..."
@@ -5031,8 +5031,8 @@
5031 "Extract files from ZIP archives\n" \ 5031 "Extract files from ZIP archives\n" \
5032 "\nOptions:" \ 5032 "\nOptions:" \
5033 "\n -l List archive contents (with -q for short form)" \ 5033 "\n -l List archive contents (with -q for short form)" \
5034 "\n -n Never overwrite existing files (default)" \ 5034 "\n -n Never overwrite files (default)" \
5035 "\n -o Overwrite files without prompting" \ 5035 "\n -o Overwrite" \
5036 "\n -p Send output to stdout" \ 5036 "\n -p Send output to stdout" \
5037 "\n -q Quiet" \ 5037 "\n -q Quiet" \
5038 "\n -x XLST Exclude these files" \ 5038 "\n -x XLST Exclude these files" \