aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.