From a3581409c200568769fc00cddb247456324fb43b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 27 May 2010 02:30:04 +0200 Subject: trim help text. -29 bytes Signed-off-by: Denys Vlasenko --- include/usage.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/usage.h') 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 @@ "\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" \ @@ -4988,8 +4988,8 @@ #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]..." @@ -5031,8 +5031,8 @@ "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" \ -- cgit v1.2.3