X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=src%2Ftar.c;h=6dc2ec560837508be616aee493103f272cfe9119;hp=5a4ed60ee6090d1529ad73fe38daf11ee3d1dd77;hb=570a2c5f3d2e610524702ffaa2ec803678c3aeeb;hpb=b6979c7278ea7f1929386cf83e43b23e877bdd99 diff --git a/src/tar.c b/src/tar.c index 5a4ed60..6dc2ec5 100644 --- a/src/tar.c +++ b/src/tar.c @@ -970,7 +970,7 @@ set_subcommand_option (enum subcommand subcommand) if (subcommand_option != UNKNOWN_SUBCOMMAND && subcommand_option != subcommand) USAGE_ERROR ((0, 0, - _("You may not specify more than one '-Acdtrux' or '--test-label' option"))); + _("You may not specify more than one '-Acdtrux', '--delete' or '--test-label' option"))); subcommand_option = subcommand; }