aboutsummaryrefslogtreecommitdiff
path: root/ar.c
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-16 20:57:15 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-16 20:57:15 +0000
commitd353f773bab8c0f92e149a74400aa31b57da9d05 (patch)
treee8c416c791c690f661c513340662e4e98ff3464a /ar.c
parent3ab1d8193e335afa74e86a8d8e628158d7e503b9 (diff)
downloadbusybox-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.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/ar.c b/ar.c
index a43cc1dff..d8c8d465b 100644
--- a/ar.c
+++ b/ar.c
@@ -65,18 +65,6 @@ struct ArInfo {
65}; 65};
66typedef struct ArInfo ArInfo; 66typedef struct ArInfo ArInfo;
67 67
68static 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 */