diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-16 20:57:15 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-16 20:57:15 +0000 |
commit | d353f773bab8c0f92e149a74400aa31b57da9d05 (patch) | |
tree | e8c416c791c690f661c513340662e4e98ff3464a /ar.c | |
parent | 3ab1d8193e335afa74e86a8d8e628158d7e503b9 (diff) | |
download | busybox-w32-d353f773bab8c0f92e149a74400aa31b57da9d05.tar.gz busybox-w32-d353f773bab8c0f92e149a74400aa31b57da9d05.tar.bz2 busybox-w32-d353f773bab8c0f92e149a74400aa31b57da9d05.zip |
Extract usage information into a separate file.
git-svn-id: svn://busybox.net/trunk/busybox@864 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 | */ |