trim help text. -29 bytes
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 27 May 2010 00:30:04 +0000 (02:30 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 27 May 2010 00:30:04 +0000 (02:30 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/usage.h

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