From 55bac6d4d3bf2703acb28cb706a65a2708135c97 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 4 Nov 2019 08:06:47 +0200 Subject: 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. --- src/main.c | 3 +-- 1 file changed, 1 insertion(+), 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. */ -- cgit v1.2.1