inet_cksum: big-endian fix
[oweals/busybox.git] / archival / tar.c
index 3e90d46cbe2c2dadc5d88bb1e3491779bf87fea1..375e838d279a54a4a3ae7fbd748c058cff7eb313 100644 (file)
@@ -924,7 +924,7 @@ int tar_main(int argc UNUSED_PARAM, char **argv)
        /* Prepend '-' to the first argument if required */
        opt_complementary = "--:" // first arg is options
                "tt:vv:" // count -t,-v
-               "X::T::" // cumulative lists
+               IF_FEATURE_TAR_FROM("X::T::") // cumulative lists
 #if ENABLE_FEATURE_TAR_LONG_OPTIONS && ENABLE_FEATURE_TAR_FROM
                "\xff::" // cumulative lists for --exclude
 #endif