From 0ea6e68655350556ab5c7b69ef41f6bac95683f8 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 15 Sep 2013 08:56:31 +0300 Subject: [PATCH] Minor fix * src/tar.c (main): Mention --delete in the error message. * THANKS: Update --- THANKS | 1 + src/tar.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/THANKS b/THANKS index 65f459c..c8052a4 100644 --- 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 diff --git a/src/tar.c b/src/tar.c index c3c2459..9d20fa0 100644 --- 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: -- 2.43.0