mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-09-06 00:06:54 +00:00
Minor fix
* src/tar.c (main): Mention --delete in the error message. * THANKS: Update
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user