aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-11-04 08:06:47 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-11-04 08:06:47 +0200
commit55bac6d4d3bf2703acb28cb706a65a2708135c97 (patch)
tree9d82fc1d840b8fae83d6f92b5451f6c86e8c92d2 /src
parent7554e3e42cd72f6f8304410c47fe6f8918e9bfd7 (diff)
downloadcpio-55bac6d4d3bf2703acb28cb706a65a2708135c97.tar.gz
cpio-55bac6d4d3bf2703acb28cb706a65a2708135c97.tar.bz2
Don't repeat the help reference message.
* src/main.c (process_args): Don't specify the "Try cpio --help" message explicitly. It is added automatically by the USAGE_ERROR macro.
Diffstat (limited to 'src')
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index c68aba9..a65384f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -598,8 +598,7 @@ process_args (int argc, char *argv[])
copy_function = process_copy_in;
else
USAGE_ERROR ((0, 0,
- _("You must specify one of -oipt options.\nTry `%s --help' or `%s --usage' for more information.\n"),
- program_name, program_name));
+ _("You must specify one of -oipt options.")));
}
/* Work around for pcc bug. */

Return to:

Send suggestions and report system problems to the System administrator.