Updated to match new -R ar functionality
This commit is contained in:
parent
e2b345a6d8
commit
1c6917d2c4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#if defined BB_AR
|
#if defined BB_AR
|
||||||
const char ar_usage[] =
|
const char ar_usage[] =
|
||||||
"ar -ovtpv archive filenames \n"
|
"ar -[ovR]{ptx} archive filenames \n"
|
||||||
#ifndef BB_FEATURE_TRIVIAL_HELP
|
#ifndef BB_FEATURE_TRIVIAL_HELP
|
||||||
"\nExtract or list files from an ar archive.\n\n"
|
"\nExtract or list files from an ar archive.\n\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
@ -11,6 +11,7 @@ const char ar_usage[] =
|
|||||||
"\t-t\t\tlist\n"
|
"\t-t\t\tlist\n"
|
||||||
"\t-x\t\textract\n"
|
"\t-x\t\textract\n"
|
||||||
"\t-v\t\tverbosely list files processed\n"
|
"\t-v\t\tverbosely list files processed\n"
|
||||||
|
"\t-R\t\trecursive action\n"
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
#endif
|
#endif
|
||||||
|
3
usage.c
3
usage.c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#if defined BB_AR
|
#if defined BB_AR
|
||||||
const char ar_usage[] =
|
const char ar_usage[] =
|
||||||
"ar -ovtpv archive filenames \n"
|
"ar -[ovR]{ptx} archive filenames \n"
|
||||||
#ifndef BB_FEATURE_TRIVIAL_HELP
|
#ifndef BB_FEATURE_TRIVIAL_HELP
|
||||||
"\nExtract or list files from an ar archive.\n\n"
|
"\nExtract or list files from an ar archive.\n\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
@ -11,6 +11,7 @@ const char ar_usage[] =
|
|||||||
"\t-t\t\tlist\n"
|
"\t-t\t\tlist\n"
|
||||||
"\t-x\t\textract\n"
|
"\t-x\t\textract\n"
|
||||||
"\t-v\t\tverbosely list files processed\n"
|
"\t-v\t\tverbosely list files processed\n"
|
||||||
|
"\t-R\t\trecursive action\n"
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user