Parcourir la source

Minor fix

* src/tar.c (main): Mention --delete in the error message.
* THANKS: Update
Sergey Poznyakoff il y a 11 ans
Parent
commit
0ea6e68655
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1 0
      THANKS
  2. 1 1
      src/tar.c

+ 1 - 0
THANKS

@@ -361,6 +361,7 @@ Mike Walker		[email protected]
 Milan Hodoscek		[email protected]
 Minh Tran-Le		[email protected]
 Mitsuaki Masuhara	[email protected]
+Natalie Alifanova	[email protected]
 Nate Eldredge		[email protected]
 Nathan Stratton Treadway [email protected]
 Neil Faulks		[email protected]

+ 1 - 1
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: