]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
textual: make two messages somewhat easier to understand
authorBenno Schulenberg <bensberg@justemail.net>
Fri, 4 Oct 2013 19:22:53 +0000 (21:22 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Oct 2013 13:38:39 +0000 (15:38 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
term-utils/agetty.c

index b94f203fb32646bc47e0ace246c1ae94480c8035..113f8e79dfac36fcb2b697b08e0c76280464be48 100644 (file)
@@ -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);