aboutsummaryrefslogtreecommitdiff
path: root/archival/ar.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/ar.c')
-rw-r--r--archival/ar.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/archival/ar.c b/archival/ar.c
index a43cc1dff..d8c8d465b 100644
--- a/archival/ar.c
+++ b/archival/ar.c
@@ -65,18 +65,6 @@ struct ArInfo {
};
typedef struct ArInfo ArInfo;
-static const char ar_usage[] = "ar [optxvV] archive [filenames] \n"
-#ifndef BB_FEATURE_TRIVIAL_HELP
- "\nExtract or list files from an ar archive.\n\n"
- "Options:\n"
- "\to\t\tpreserve original dates\n"
- "\tp\t\textract to stdout\n"
- "\tt\t\tlist\n"
- "\tx\t\textract\n"
- "\tv\t\tverbosely list files processed\n"
-#endif
- ;
-
/*
* Display details of a file, verbosly if funct=2
*/