summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.c
diff options
context:
space:
mode:
authorKarel Zak2013-08-06 15:39:11 +0200
committerKarel Zak2013-08-06 15:39:11 +0200
commit6f964206661e2937b9d5fc93ee56e5379b9556d9 (patch)
tree2bd46cc8965570c6d36af4a3fcec7d299ee500ed /term-utils/agetty.c
parentlosetup: use loop-control to explicitly ask for device (diff)
downloadkernel-qcow2-util-linux-6f964206661e2937b9d5fc93ee56e5379b9556d9.tar.gz
kernel-qcow2-util-linux-6f964206661e2937b9d5fc93ee56e5379b9556d9.tar.xz
kernel-qcow2-util-linux-6f964206661e2937b9d5fc93ee56e5379b9556d9.zip
agetty: -L accepts optional argument
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'term-utils/agetty.c')
-rw-r--r--term-utils/agetty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term-utils/agetty.c b/term-utils/agetty.c
index b7de618f1..4cd8675cb 100644
--- a/term-utils/agetty.c
+++ b/term-utils/agetty.c
@@ -576,7 +576,7 @@ static void parse_args(int argc, char **argv, struct options *op)
};
while ((c = getopt_long(argc, argv,
- "8a:cC:d:Ef:hH:iI:Jl:LmnNo:pP:r:Rst:Uw", longopts,
+ "8a:cC:d:Ef:hH:iI:Jl:L::mnNo:pP:r:Rst:Uw", longopts,
NULL)) != -1) {
switch (c) {
case '8':