[kbd] [PATCH] Help command should print '-c' (lowercase) instead of '-C' (uppercase) for "the console device to be used" option.
Alexey Sakovets <[email protected]> Sat, 2 Oct 2021 14:23:47 +0300
| Newsgroups | dev.linux.lists.kbd |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Alexey Sakovets <[email protected]> --- 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