diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-04 18:51:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-04 18:51:09 +0000 |
commit | 8cede00b9eccb077232030723867566ad5685c6f (patch) | |
tree | a4f6d4889d8b3e779477ccbabb7de29d80fe0a6f /applets | |
parent | f484e7e65c80e39ec7d9e14bbb1cc2fc2a62ae25 (diff) |
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>.
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applets/usage.c b/applets/usage.c index bab6d21b3..bd2321fbc 100644 --- a/applets/usage.c +++ b/applets/usage.c @@ -1218,6 +1218,7 @@ const char tar_usage[] = #endif #if defined BB_FEATURE_TAR_EXCLUDE "[--exclude File] " + "[-X File]" #endif "[-f tarFile] [FILE(s)] ...\n" #ifndef BB_FEATURE_TRIVIAL_HELP @@ -1234,6 +1235,7 @@ const char tar_usage[] = "\tO\t\textract to stdout\n" #if defined BB_FEATURE_TAR_EXCLUDE "\texclude\t\tfile to exclude\n" + "\tX\t\tfile with names to exclude\n" #endif "\nInformative output:\n" "\tv\t\tverbosely list files processed\n" |