From cda5cf1c2f2b8fde6d7143d8ba9d4a922840680b Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sun, 3 Jun 2001 05:15:04 +0000 Subject: Correct ar options --- include/usage.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index da09c72c6..9d1db5950 100644 --- a/include/usage.h +++ b/include/usage.h @@ -12,7 +12,7 @@ "\t-p timeconstant\n" #define ar_trivial_usage \ - "-[ovR]{ptx} ARCHIVE FILES" + "-[ov] [ptx] ARCHIVE FILES" #define ar_full_usage \ "Extract or list FILES from an ar archive.\n\n" \ "Options:\n" \ @@ -20,8 +20,7 @@ "\t-p\t\textract to stdout\n" \ "\t-t\t\tlist\n" \ "\t-x\t\textract\n" \ - "\t-v\t\tverbosely list files processed\n" \ - "\t-R\t\trecursive action" + "\t-v\t\tverbosely list files processed\n" #define basename_trivial_usage \ "FILE [SUFFIX]" -- cgit v1.2.3