aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archival/tar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/tar.c b/archival/tar.c
index 4f02e9006..82a79b728 100644
--- a/archival/tar.c
+++ b/archival/tar.c
@@ -688,8 +688,8 @@ int tar_main(int argc, char **argv)
688 688
689 /* Prepend '-' to the first argument if required */ 689 /* Prepend '-' to the first argument if required */
690 bb_opt_complementally = ENABLE_FEATURE_TAR_CREATE ? 690 bb_opt_complementally = ENABLE_FEATURE_TAR_CREATE ?
691 "--:-1:X::T::\n::c:t:x:?:c--tx:t--cx:x--ct" : 691 "--:X::T::\n::c:t:x:?:c--tx:t--cx:x--ct" :
692 "--:-1:X::T::\n::t:x:?:t--x:x--t"; 692 "--:X::T::\n::t:x:?:t--x:x--t";
693 if (ENABLE_FEATURE_TAR_LONG_OPTIONS) 693 if (ENABLE_FEATURE_TAR_LONG_OPTIONS)
694 bb_applet_long_options = tar_long_options; 694 bb_applet_long_options = tar_long_options;
695 opt = bb_getopt_ulflags(argc, argv, tar_options, 695 opt = bb_getopt_ulflags(argc, argv, tar_options,