diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-04 18:51:09 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-04 18:51:09 +0000 |
commit | 4291a19ff2a34af04adfdb28e3902e4ac1aad38d (patch) | |
tree | a4f6d4889d8b3e779477ccbabb7de29d80fe0a6f /usage.c | |
parent | 91883601bbec8de7da1c7f3172ab3b408eb499e6 (diff) | |
download | busybox-w32-4291a19ff2a34af04adfdb28e3902e4ac1aad38d.tar.gz busybox-w32-4291a19ff2a34af04adfdb28e3902e4ac1aad38d.tar.bz2 busybox-w32-4291a19ff2a34af04adfdb28e3902e4ac1aad38d.zip |
Patch to add in the -X option and fix the --exclude bug, originally by
Sebastien Huet, and now ported to the latest and greatest by both Arne Bernin
<ab@netropol.de> and kent robotti <robotti@metconnect.com>.
git-svn-id: svn://busybox.net/trunk/busybox@1373 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | usage.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1218,6 +1218,7 @@ const char tar_usage[] = | |||
1218 | #endif | 1218 | #endif |
1219 | #if defined BB_FEATURE_TAR_EXCLUDE | 1219 | #if defined BB_FEATURE_TAR_EXCLUDE |
1220 | "[--exclude File] " | 1220 | "[--exclude File] " |
1221 | "[-X File]" | ||
1221 | #endif | 1222 | #endif |
1222 | "[-f tarFile] [FILE(s)] ...\n" | 1223 | "[-f tarFile] [FILE(s)] ...\n" |
1223 | #ifndef BB_FEATURE_TRIVIAL_HELP | 1224 | #ifndef BB_FEATURE_TRIVIAL_HELP |
@@ -1234,6 +1235,7 @@ const char tar_usage[] = | |||
1234 | "\tO\t\textract to stdout\n" | 1235 | "\tO\t\textract to stdout\n" |
1235 | #if defined BB_FEATURE_TAR_EXCLUDE | 1236 | #if defined BB_FEATURE_TAR_EXCLUDE |
1236 | "\texclude\t\tfile to exclude\n" | 1237 | "\texclude\t\tfile to exclude\n" |
1238 | "\tX\t\tfile with names to exclude\n" | ||
1237 | #endif | 1239 | #endif |
1238 | "\nInformative output:\n" | 1240 | "\nInformative output:\n" |
1239 | "\tv\t\tverbosely list files processed\n" | 1241 | "\tv\t\tverbosely list files processed\n" |