diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-03 05:41:59 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-03 05:41:59 +0000 |
commit | 62ebe2e443cbbd45ffd78ad815630e1c9d058d47 (patch) | |
tree | aa6baa6cf4945388f57bbd37b0083031503cdd0b /applets | |
parent | cda5cf1c2f2b8fde6d7143d8ba9d4a922840680b (diff) |
Remove space between ar options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/usage.h b/applets/usage.h index 9d1db5950..d0ac42d1f 100644 --- a/applets/usage.h +++ b/applets/usage.h @@ -12,7 +12,7 @@ "\t-p timeconstant\n" #define ar_trivial_usage \ - "-[ov] [ptx] ARCHIVE FILES" + "-[ov][ptx] ARCHIVE FILES" #define ar_full_usage \ "Extract or list FILES from an ar archive.\n\n" \ "Options:\n" \ |