summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-10-06 12:09:21 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-10-06 12:09:21 -0700
commite08d28020c38a9fc5167c785334d426fe0f157d1 (patch)
tree3b81c5e10b143cd66823c3af375edfd03786992d
parent25bb70e02407822ae5b03e74571275afcd037f98 (diff)
Add -version to usage output
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xev.c b/xev.c
index 638eae7..bc46901 100644
--- a/xev.c
+++ b/xev.c
@@ -893,6 +893,7 @@ usage (const char *errmsg)
" owner_grab_button randr button",
" This option can be specified multiple times to select multiple",
" event masks.",
+" -version print version and exit",
"",
NULL};
const char **cpp;