aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-21 11:32:56 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-21 11:32:56 +0000
commit461a8bbde2090ff7ab2e5a50e75296ca65183e43 (patch)
treec1ae23bfa7080cf7b011042c1ab7e578afc0a7f8 /src/main.c
parent8b81696cb2d60ae4bb3d7689e62e4179ee54561a (diff)
downloadcpio-461a8bbde2090ff7ab2e5a50e75296ca65183e43.tar.gz
cpio-461a8bbde2090ff7ab2e5a50e75296ca65183e43.tar.bz2
(process_args): Fixed error message
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 35bb644..0d899bc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -628,7 +628,7 @@ process_args (int argc, char *argv[])
if (append_flag && !(archive_name || output_archive_name))
USAGE_ERROR ((0, 0,
- _("--append is used but no archive file name is given (use -F or -O options")));
+ _("--append is used but no archive file name is given (use -F or -O options)")));
CHECK_USAGE(rename_batch_file, "--rename-batch-file", "--create");
CHECK_USAGE(no_abs_paths_flag, "--no-absolute-pathnames", "--create");

Return to:

Send suggestions and report system problems to the System administrator.