Re: [kbd] [PATCH] Help command should print '-c' (lowercase) instead of '-C' (uppercase) for "the console device to be used" option.
Alexey Gladkov <[email protected]> Tue, 5 Oct 2021 14:01:55 +0200
| Newsgroups | dev.linux.lists.kbd |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Oct 02, 2021 at 02:23:47PM +0300, Alexey Sakovets wrote: > Signed-off-by: Alexey Sakovets <[email protected]> Applied. Thanks! > --- > src/openvt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/openvt.c b/src/openvt.c > index dd244b5..5980361 100644 > --- a/src/openvt.c > +++ b/src/openvt.c > @@ -280,7 +280,7 @@ int main(int argc, char *argv[]) > }; > > const struct kbd_help opthelp[] = { > - { "-C, --console=DEV", _("the console device to be used.") }, > + { "-c, --console=DEV", _("the console device to be used.") }, > { "-e, --exec", _("execute the command, without forking.") }, > { "-f, --force", _("force opening a VT without checking.") }, > { "-l, --login", _("make the command a login shell.") }, > -- > 2.32.0 > > _______________________________________________ > kbd mailing list > [email protected] > https://lists.altlinux.org/mailman/listinfo/kbd > -- Rgrds, legion