aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-12-26 14:01:37 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-12-26 14:01:37 +0000
commit3624a9a2c2d7f935ad235a2cebc36fcabfa0a9b0 (patch)
treefb1edb12638407a859d3fefcfc89d5c8c7c20964 /include
parent64cf5823cdbd7bf83b27ec1e1c8c53dbce161a84 (diff)
downloadbusybox-w32-3624a9a2c2d7f935ad235a2cebc36fcabfa0a9b0.tar.gz
busybox-w32-3624a9a2c2d7f935ad235a2cebc36fcabfa0a9b0.tar.bz2
busybox-w32-3624a9a2c2d7f935ad235a2cebc36fcabfa0a9b0.zip
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
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
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 @@
2362 2362
2363#define tar_trivial_usage \ 2363#define tar_trivial_usage \
2364 "-[" USAGE_TAR_CREATE("c") USAGE_TAR_GZIP("z") USAGE_TAR_BZIP2("j") USAGE_TAR_COMPRESS("Z") "xtvO] " \ 2364 "-[" USAGE_TAR_CREATE("c") USAGE_TAR_GZIP("z") USAGE_TAR_BZIP2("j") USAGE_TAR_COMPRESS("Z") "xtvO] " \
2365 USAGE_TAR_EXCLUDE("[--exclude FILE] [-X FILE]") \ 2365 USAGE_TAR_EXCLUDE("[-X FILE]") \
2366 "[-f TARFILE] [-C DIR] [FILE(s)] ..." 2366 "[-f TARFILE] [-C DIR] [FILE(s)] ..."
2367#define tar_full_usage \ 2367#define tar_full_usage \
2368 "Create, extract, or list files from a tar file.\n\n" \ 2368 "Create, extract, or list files from a tar file.\n\n" \