Correct ar options

This commit is contained in:
Glenn L McGrath 2001-06-03 05:15:04 +00:00
parent 9344f7575e
commit cda5cf1c2f
3 changed files with 6 additions and 9 deletions

View File

@ -12,7 +12,7 @@
"\t-p timeconstant\n"
#define ar_trivial_usage \
"-[ovR]{ptx} ARCHIVE FILES"
"-[ov] [ptx] ARCHIVE FILES"
#define ar_full_usage \
"Extract or list FILES from an ar archive.\n\n" \
"Options:\n" \
@ -20,8 +20,7 @@
"\t-p\t\textract to stdout\n" \
"\t-t\t\tlist\n" \
"\t-x\t\textract\n" \
"\t-v\t\tverbosely list files processed\n" \
"\t-R\t\trecursive action"
"\t-v\t\tverbosely list files processed\n"
#define basename_trivial_usage \
"FILE [SUFFIX]"

View File

@ -12,7 +12,7 @@
"\t-p timeconstant\n"
#define ar_trivial_usage \
"-[ovR]{ptx} ARCHIVE FILES"
"-[ov] [ptx] ARCHIVE FILES"
#define ar_full_usage \
"Extract or list FILES from an ar archive.\n\n" \
"Options:\n" \
@ -20,8 +20,7 @@
"\t-p\t\textract to stdout\n" \
"\t-t\t\tlist\n" \
"\t-x\t\textract\n" \
"\t-v\t\tverbosely list files processed\n" \
"\t-R\t\trecursive action"
"\t-v\t\tverbosely list files processed\n"
#define basename_trivial_usage \
"FILE [SUFFIX]"

View File

@ -12,7 +12,7 @@
"\t-p timeconstant\n"
#define ar_trivial_usage \
"-[ovR]{ptx} ARCHIVE FILES"
"-[ov] [ptx] ARCHIVE FILES"
#define ar_full_usage \
"Extract or list FILES from an ar archive.\n\n" \
"Options:\n" \
@ -20,8 +20,7 @@
"\t-p\t\textract to stdout\n" \
"\t-t\t\tlist\n" \
"\t-x\t\textract\n" \
"\t-v\t\tverbosely list files processed\n" \
"\t-R\t\trecursive action"
"\t-v\t\tverbosely list files processed\n"
#define basename_trivial_usage \
"FILE [SUFFIX]"