diff options
Diffstat (limited to 'archival')
-rw-r--r-- | archival/tar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/tar.c b/archival/tar.c index 4f02e90..82a79b7 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -688,8 +688,8 @@ int tar_main(int argc, char **argv) /* Prepend '-' to the first argument if required */ bb_opt_complementally = ENABLE_FEATURE_TAR_CREATE ? - "--:-1:X::T::\n::c:t:x:?:c--tx:t--cx:x--ct" : - "--:-1:X::T::\n::t:x:?:t--x:x--t"; + "--:X::T::\n::c:t:x:?:c--tx:t--cx:x--ct" : + "--:X::T::\n::t:x:?:t--x:x--t"; if (ENABLE_FEATURE_TAR_LONG_OPTIONS) bb_applet_long_options = tar_long_options; opt = bb_getopt_ulflags(argc, argv, tar_options, |