diff options
Diffstat (limited to 'ar.c')
-rw-r--r-- | ar.c | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -65,18 +65,6 @@ struct ArInfo { | |||
65 | }; | 65 | }; |
66 | typedef struct ArInfo ArInfo; | 66 | typedef struct ArInfo ArInfo; |
67 | 67 | ||
68 | static const char ar_usage[] = "ar [optxvV] archive [filenames] \n" | ||
69 | #ifndef BB_FEATURE_TRIVIAL_HELP | ||
70 | "\nExtract or list files from an ar archive.\n\n" | ||
71 | "Options:\n" | ||
72 | "\to\t\tpreserve original dates\n" | ||
73 | "\tp\t\textract to stdout\n" | ||
74 | "\tt\t\tlist\n" | ||
75 | "\tx\t\textract\n" | ||
76 | "\tv\t\tverbosely list files processed\n" | ||
77 | #endif | ||
78 | ; | ||
79 | |||
80 | /* | 68 | /* |
81 | * Display details of a file, verbosly if funct=2 | 69 | * Display details of a file, verbosly if funct=2 |
82 | */ | 70 | */ |