From 3624a9a2c2d7f935ad235a2cebc36fcabfa0a9b0 Mon Sep 17 00:00:00 2001 From: bug1 Date: Fri, 26 Dec 2003 14:01:37 +0000 Subject: Isolate code better for unused options, config option to enable long options, add some conditions to the tar tests in testsuite. git-svn-id: svn://busybox.net/trunk/busybox@8182 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/usage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/usage.h b/include/usage.h index c8716d24d..43c63e5f3 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2362,7 +2362,7 @@ #define tar_trivial_usage \ "-[" USAGE_TAR_CREATE("c") USAGE_TAR_GZIP("z") USAGE_TAR_BZIP2("j") USAGE_TAR_COMPRESS("Z") "xtvO] " \ - USAGE_TAR_EXCLUDE("[--exclude FILE] [-X FILE]") \ + USAGE_TAR_EXCLUDE("[-X FILE]") \ "[-f TARFILE] [-C DIR] [FILE(s)] ..." #define tar_full_usage \ "Create, extract, or list files from a tar file.\n\n" \ -- cgit v1.2.3-55-g6feb