]> Dogcows Code - chaz/tar/commitdiff
Fix error message (complements 0ea6e686)
authorSergey Poznyakoff <gray@gnu.org.ua>
Sat, 21 Sep 2013 12:07:01 +0000 (15:07 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sat, 21 Sep 2013 12:08:24 +0000 (15:08 +0300)
* src/tar.c (set_subcommand_option): Mention --delete in the error message.

src/tar.c

index 5a4ed60ee6090d1529ad73fe38daf11ee3d1dd77..6dc2ec560837508be616aee493103f272cfe9119 100644 (file)
--- 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;
 }
This page took 0.028506 seconds and 4 git commands to generate.