]> Dogcows Code - chaz/tar/commitdiff
Minor fix
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 15 Sep 2013 05:56:31 +0000 (08:56 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sun, 15 Sep 2013 06:00:46 +0000 (09:00 +0300)
* src/tar.c (main): Mention --delete in the error message.
* THANKS: Update

THANKS
src/tar.c

diff --git a/THANKS b/THANKS
index 65f459c9a33ef72812af804463f11cf614d06765..c8052a4f4d72ef0ae82fb9c2143bff5f9526e21d 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -361,6 +361,7 @@ Mike Walker         M.D.Walker@larc.nasa.gov
 Milan Hodoscek         milan@kihp6.ki.si
 Minh Tran-Le           tranle@intellicorp.com
 Mitsuaki Masuhara      masuhara@mcprv.mec.mei.co.jp
+Natalie Alifanova      na@nxc.no
 Nate Eldredge          nate@cs.hmc.edu
 Nathan Stratton Treadway nathanst+bugtar@ontko.com
 Neil Faulks            neil@dcs.kcl.ac.uk
index c3c2459d99ad61caff46bb4fe92871f2f7c4238e..9d20fa0fa142bb40e66cde768dd8afcb38aadde4 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -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:
This page took 0.021786 seconds and 4 git commands to generate.