From 1371bd58f0267cef019e133d02e786cc76985bd8 Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Wed, 7 Dec 2011 00:54:13 +0400 Subject: [PATCH] openvt: Add --exec option to usage Signed-off-by: Alexey Gladkov --- src/openvt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openvt.c b/src/openvt.c index 4f47ae7..0b81dea 100644 --- a/src/openvt.c +++ b/src/openvt.c @@ -47,6 +47,7 @@ print_help(int ret) "\n" "Options:\n" " -c, --console=NUM use the given VT number;\n" + " -e, --exec execute the command, without forking;\n" " -f, --force force opening a VT without checking;\n" " -l, --login make the command a login shell;\n" " -u, --user figure out the owner of the current VT;\n" -- 2.7.4