summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.c
diff options
context:
space:
mode:
authorBenno Schulenberg2013-10-04 21:22:53 +0200
committerKarel Zak2013-10-08 15:38:39 +0200
commit38ae77d74343ae04c8732c6a8c088ef49cc7f0cb (patch)
treed8f704dd4862d68d0c4a039ef44e73286e74eb40 /term-utils/agetty.c
parenttextual: tag a translator comment and put it in proper place (diff)
downloadkernel-qcow2-util-linux-38ae77d74343ae04c8732c6a8c088ef49cc7f0cb.tar.gz
kernel-qcow2-util-linux-38ae77d74343ae04c8732c6a8c088ef49cc7f0cb.tar.xz
kernel-qcow2-util-linux-38ae77d74343ae04c8732c6a8c088ef49cc7f0cb.zip
textual: make two messages somewhat easier to understand
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'term-utils/agetty.c')
-rw-r--r--term-utils/agetty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/term-utils/agetty.c b/term-utils/agetty.c
index b94f203fb..113f8e79d 100644
--- a/term-utils/agetty.c
+++ b/term-utils/agetty.c
@@ -667,7 +667,7 @@ static void parse_args(int argc, char **argv, struct options *op)
else if (strcmp(optarg, "=auto") == 0)
op->clocal = CLOCAL_MODE_AUTO;
else
- log_err(_("unsupported --local-line mode argument"));
+ log_err(_("invalid argument of --local-line"));
}
break;
case 'm':
@@ -1807,7 +1807,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE *out)
fputs(_(" -i, --noissue do not display issue file\n"), out);
fputs(_(" -I, --init-string <string> set init string\n"), out);
fputs(_(" -l, --login-program <file> specify login program\n"), out);
- fputs(_(" -L, --local-line[=<mode>] control local line flag\n"), out);
+ fputs(_(" -L, --local-line[=<mode>] control the local line flag\n"), out);
fputs(_(" -m, --extract-baud extract baud rate during connect\n"), out);
fputs(_(" -n, --skip-login do not prompt for login\n"), out);
fputs(_(" -o, --login-options <opts> options that are passed to login\n"), out);