From: Alexey Gladkov Date: Tue, 6 Dec 2011 20:54:13 +0000 (+0400) Subject: openvt: Add --exec option to usage X-Git-Tag: 2.0.2~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1371bd58f0267cef019e133d02e786cc76985bd8;p=platform%2Fupstream%2Fkbd.git openvt: Add --exec option to usage Signed-off-by: Alexey Gladkov --- 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"