diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mkid.c | 2 | ||||
-rw-r--r-- | src/xtokid.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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(); } |