From: Alexey Gladkov Date: Sun, 1 May 2011 13:15:38 +0000 (+0400) Subject: openvt: Add --exec option X-Git-Tag: 2.0.2~90^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7dc61208e3066ad519a7dd6ee2a741a359ad6fc2;p=platform%2Fupstream%2Fkbd.git openvt: Add --exec option Signed-off-by: Alexey Gladkov --- diff --git a/src/openvt.c b/src/openvt.c index 5437d0b..4f47ae7 100644 --- a/src/openvt.c +++ b/src/openvt.c @@ -204,6 +204,7 @@ main(int argc, char *argv[]) { "help", no_argument, 0, 'h' }, { "version", no_argument, 0, 'V' }, { "verbose", no_argument, 0, 'v' }, + { "exec", no_argument, 0, 'e' }, { "force", no_argument, 0, 'f' }, { "login", no_argument, 0, 'l' }, { "user", no_argument, 0, 'u' },