From d353f773bab8c0f92e149a74400aa31b57da9d05 Mon Sep 17 00:00:00 2001 From: kraai Date: Sun, 16 Jul 2000 20:57:15 +0000 Subject: Extract usage information into a separate file. git-svn-id: svn://busybox.net/trunk/busybox@864 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- ar.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'ar.c') diff --git a/ar.c b/ar.c index a43cc1dff..d8c8d465b 100644 --- a/ar.c +++ b/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 */ -- cgit v1.2.3-55-g6feb