Minor fix

* src/tar.c (main): Mention --delete in the error message.
* THANKS: Update
This commit is contained in:
Sergey Poznyakoff
2013-09-15 09:00:46 +03:00
parent dd549cc257
commit 0ea6e68655
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2633,7 +2633,7 @@ main (int argc, char **argv)
{
case UNKNOWN_SUBCOMMAND:
USAGE_ERROR ((0, 0,
_("You must specify one of the '-Acdtrux' or '--test-label' options")));
_("You must specify one of the '-Acdtrux', '--delete' or '--test-label' options")));
case CAT_SUBCOMMAND:
case UPDATE_SUBCOMMAND: