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 | |
parent | cda5cf1c2f2b8fde6d7143d8ba9d4a922840680b (diff) | |
download | busybox-w32-62ebe2e443cbbd45ffd78ad815630e1c9d058d47.tar.gz busybox-w32-62ebe2e443cbbd45ffd78ad815630e1c9d058d47.tar.bz2 busybox-w32-62ebe2e443cbbd45ffd78ad815630e1c9d058d47.zip |
Remove space between ar options
-rw-r--r-- | applets/usage.h | 2 | ||||
-rw-r--r-- | include/usage.h | 2 | ||||
-rw-r--r-- | usage.h | 2 |
3 files changed, 3 insertions, 3 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 @@ | |||
12 | "\t-p timeconstant\n" | 12 | "\t-p timeconstant\n" |
13 | 13 | ||
14 | #define ar_trivial_usage \ | 14 | #define ar_trivial_usage \ |
15 | "-[ov] [ptx] ARCHIVE FILES" | 15 | "-[ov][ptx] ARCHIVE FILES" |
16 | #define ar_full_usage \ | 16 | #define ar_full_usage \ |
17 | "Extract or list FILES from an ar archive.\n\n" \ | 17 | "Extract or list FILES from an ar archive.\n\n" \ |
18 | "Options:\n" \ | 18 | "Options:\n" \ |
diff --git a/include/usage.h b/include/usage.h index 9d1db5950..d0ac42d1f 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -12,7 +12,7 @@ | |||
12 | "\t-p timeconstant\n" | 12 | "\t-p timeconstant\n" |
13 | 13 | ||
14 | #define ar_trivial_usage \ | 14 | #define ar_trivial_usage \ |
15 | "-[ov] [ptx] ARCHIVE FILES" | 15 | "-[ov][ptx] ARCHIVE FILES" |
16 | #define ar_full_usage \ | 16 | #define ar_full_usage \ |
17 | "Extract or list FILES from an ar archive.\n\n" \ | 17 | "Extract or list FILES from an ar archive.\n\n" \ |
18 | "Options:\n" \ | 18 | "Options:\n" \ |
@@ -12,7 +12,7 @@ | |||
12 | "\t-p timeconstant\n" | 12 | "\t-p timeconstant\n" |
13 | 13 | ||
14 | #define ar_trivial_usage \ | 14 | #define ar_trivial_usage \ |
15 | "-[ov] [ptx] ARCHIVE FILES" | 15 | "-[ov][ptx] ARCHIVE FILES" |
16 | #define ar_full_usage \ | 16 | #define ar_full_usage \ |
17 | "Extract or list FILES from an ar archive.\n\n" \ | 17 | "Extract or list FILES from an ar archive.\n\n" \ |
18 | "Options:\n" \ | 18 | "Options:\n" \ |