diff options
Diffstat (limited to 'archival')
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c index 3e90d46cb..375e838d2 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -924,7 +924,7 @@ int tar_main(int argc UNUSED_PARAM, char **argv) | |||
924 | /* Prepend '-' to the first argument if required */ | 924 | /* Prepend '-' to the first argument if required */ |
925 | opt_complementary = "--:" // first arg is options | 925 | opt_complementary = "--:" // first arg is options |
926 | "tt:vv:" // count -t,-v | 926 | "tt:vv:" // count -t,-v |
927 | "X::T::" // cumulative lists | 927 | IF_FEATURE_TAR_FROM("X::T::") // cumulative lists |
928 | #if ENABLE_FEATURE_TAR_LONG_OPTIONS && ENABLE_FEATURE_TAR_FROM | 928 | #if ENABLE_FEATURE_TAR_LONG_OPTIONS && ENABLE_FEATURE_TAR_FROM |
929 | "\xff::" // cumulative lists for --exclude | 929 | "\xff::" // cumulative lists for --exclude |
930 | #endif | 930 | #endif |