trim help text. -29 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2010-05-27 02:30:04 +02:00
parent ccb88a689e
commit a3581409c2

View File

@ -569,7 +569,7 @@
"\n -L Follow all symlinks" \ "\n -L Follow all symlinks" \
"\n -H Follow symlinks on command line" \ "\n -H Follow symlinks on command line" \
"\n -p Preserve file attributes if possible" \ "\n -p Preserve file attributes if possible" \
"\n -f Force overwrite" \ "\n -f Overwrite" \
"\n -i Prompt before overwrite" \ "\n -i Prompt before overwrite" \
"\n -l,-s Create (sym)links" \ "\n -l,-s Create (sym)links" \
@ -4988,8 +4988,8 @@
#define uncompress_full_usage "\n\n" \ #define uncompress_full_usage "\n\n" \
"Decompress .Z file[s]\n" \ "Decompress .Z file[s]\n" \
"\nOptions:" \ "\nOptions:" \
"\n -c Extract to stdout" \ "\n -c Write to stdout" \
"\n -f Overwrite an existing file" \ "\n -f Overwrite" \
#define unexpand_trivial_usage \ #define unexpand_trivial_usage \
"[-fa][-t N] [FILE]..." "[-fa][-t N] [FILE]..."
@ -5031,8 +5031,8 @@
"Extract files from ZIP archives\n" \ "Extract files from ZIP archives\n" \
"\nOptions:" \ "\nOptions:" \
"\n -l List archive contents (with -q for short form)" \ "\n -l List archive contents (with -q for short form)" \
"\n -n Never overwrite existing files (default)" \ "\n -n Never overwrite files (default)" \
"\n -o Overwrite files without prompting" \ "\n -o Overwrite" \
"\n -p Send output to stdout" \ "\n -p Send output to stdout" \
"\n -q Quiet" \ "\n -q Quiet" \
"\n -x XLST Exclude these files" \ "\n -x XLST Exclude these files" \