diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-10-06 12:09:21 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-10-06 12:09:21 -0700 |
commit | e08d28020c38a9fc5167c785334d426fe0f157d1 (patch) | |
tree | 3b81c5e10b143cd66823c3af375edfd03786992d | |
parent | 25bb70e02407822ae5b03e74571275afcd037f98 (diff) |
Add -version to usage output
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | xev.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |