diff options
Diffstat (limited to 'archival/ar.c')
-rw-r--r-- | archival/ar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/ar.c b/archival/ar.c index e7973af94..acad20ff2 100644 --- a/archival/ar.c +++ b/archival/ar.c | |||
@@ -21,7 +21,6 @@ | |||
21 | //usage: "[-o] [-v] [-p] [-t] [-x] ARCHIVE FILES" | 21 | //usage: "[-o] [-v] [-p] [-t] [-x] ARCHIVE FILES" |
22 | //usage:#define ar_full_usage "\n\n" | 22 | //usage:#define ar_full_usage "\n\n" |
23 | //usage: "Extract or list FILES from an ar archive\n" | 23 | //usage: "Extract or list FILES from an ar archive\n" |
24 | //usage: "\nOptions:" | ||
25 | //usage: "\n -o Preserve original dates" | 24 | //usage: "\n -o Preserve original dates" |
26 | //usage: "\n -p Extract to stdout" | 25 | //usage: "\n -p Extract to stdout" |
27 | //usage: "\n -t List" | 26 | //usage: "\n -t List" |