From: Glenn L McGrath Date: Sun, 3 Jun 2001 05:41:59 +0000 (-0000) Subject: Remove space between ar options X-Git-Tag: 0_52~118 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=62ebe2e443cbbd45ffd78ad815630e1c9d058d47;p=oweals%2Fbusybox.git Remove space between ar options --- 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" \ 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 @@ "\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" \ diff --git a/usage.h b/usage.h index 9d1db5950..d0ac42d1f 100644 --- a/usage.h +++ b/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" \