From 570a2c5f3d2e610524702ffaa2ec803678c3aeeb Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 21 Sep 2013 15:07:01 +0300 Subject: [PATCH] Fix error message (complements 0ea6e686) * src/tar.c (set_subcommand_option): Mention --delete in the error message. --- src/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.43.0