From 6f85eac762c55aedd33df266626bbab7296100dc Mon Sep 17 00:00:00 2001 From: bug1 Date: Sun, 3 Jun 2001 05:41:59 +0000 Subject: Remove space between ar options git-svn-id: svn://busybox.net/trunk/busybox@2787 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- applets/usage.h | 2 +- include/usage.h | 2 +- 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 @@ "\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" \ -- cgit v1.2.3-55-g6feb