Isolate code better for unused options, config option to enable long

options, add some conditions to the tar tests in testsuite.
This commit is contained in:
Glenn L McGrath
2003-12-26 14:01:37 +00:00
parent ab8215431f
commit ce91c8ac2b
8 changed files with 148 additions and 60 deletions

View File

@@ -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" \