summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mkid.c2
-rw-r--r--src/xtokid.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mkid.c b/src/mkid.c
index e3c7377..1b4ab8a 100644
--- a/src/mkid.c
+++ b/src/mkid.c
@@ -311,7 +311,7 @@ main (int argc, char **argv)
{
error (0, 0, _("extra operand %s"), quote (argv[optind]));
fprintf (stderr, "%s\n",
- _("File operands cannot be combined with --files0-from."));
+ _("file operands cannot be combined with --files0-from"));
usage();
}
diff --git a/src/xtokid.c b/src/xtokid.c
index 1c86e05..6311827 100644
--- a/src/xtokid.c
+++ b/src/xtokid.c
@@ -194,7 +194,7 @@ main (int argc, char **argv)
{
error (0, 0, _("extra operand %s"), quote (argv[optind]));
fprintf (stderr, "%s\n",
- _("File operands cannot be combined with --files0-from."));
+ _("file operands cannot be combined with --files0-from"));
usage();
}