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.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
#if defined BB_AR
|
||||
const char ar_usage[] =
|
||||
"ar [[-ov] -tpv archive] filenames \n"
|
||||
"ar -ovtpv archive filenames \n"
|
||||
#ifndef BB_FEATURE_TRIVIAL_HELP
|
||||
"\nExtract or list files from an ar archive.\n\n"
|
||||
"Options:\n"
|
||||
|
Reference in New Issue
Block a user