Explorar o código

Fix error message (complements 0ea6e686)

* src/tar.c (set_subcommand_option): Mention --delete in the error message.
Sergey Poznyakoff %!s(int64=11) %!d(string=hai) anos
pai
achega
570a2c5f3d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/tar.c

+ 1 - 1
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;
 }