aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-09-09 13:38:26 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-09-09 13:38:26 +0000
commiteaf59740dea3cfa01500c857f0abeb7b598c4e19 (patch)
treec9551952cd7d6fe255a6e7f93c3107843eda1130 /applets
parent30de4f18134bfac2042821a25aee92b6c9359a35 (diff)
downloadbusybox-w32-eaf59740dea3cfa01500c857f0abeb7b598c4e19.tar.gz
busybox-w32-eaf59740dea3cfa01500c857f0abeb7b598c4e19.tar.bz2
busybox-w32-eaf59740dea3cfa01500c857f0abeb7b598c4e19.zip
Changed getopt so that options can be grouped together, the source
archive is now assumed to be the first non parameter. This is how GNU ar behaves. git-svn-id: svn://busybox.net/trunk/busybox@1020 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/usage.c b/applets/usage.c
index b23f27141..b01c11ef2 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -2,7 +2,7 @@
2 2
3#if defined BB_AR 3#if defined BB_AR
4const char ar_usage[] = 4const char ar_usage[] =
5 "ar [[-ov] -tpv archive] filenames \n" 5 "ar -ovtpv archive filenames \n"
6#ifndef BB_FEATURE_TRIVIAL_HELP 6#ifndef BB_FEATURE_TRIVIAL_HELP
7 "\nExtract or list files from an ar archive.\n\n" 7 "\nExtract or list files from an ar archive.\n\n"
8 "Options:\n" 8 "Options:\n"