summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-04-20 11:04:44 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-04-20 13:52:31 +1000
commit60d3b6a8edd44212f00ed7c9f837d8fcb51182f5 (patch)
tree15a792d065f2d76728cc0feb741b33a0fdafcb74 /tools
parent0f6877104ebca6b7b99498fa7d8522c15461fe39 (diff)
tools: update man page for debug-events --show-keycodes flag
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools')
-rw-r--r--tools/libinput-debug-events.man12
1 files changed, 7 insertions, 5 deletions
diff --git a/tools/libinput-debug-events.man b/tools/libinput-debug-events.man
index bb39399..dfc9a45 100644
--- a/tools/libinput-debug-events.man
+++ b/tools/libinput-debug-events.man
@@ -2,7 +2,7 @@
.SH NAME
libinput-debug-events \- debug helper for libinput
.SH SYNOPSIS
-.B libinput-debug-events [--help]
+.B libinput-debug-events [--help] [--show-keycodes]
.SH DESCRIPTION
.PP
The
@@ -18,6 +18,12 @@ This tool usually needs to be run as root to have access to the
.TP 8
.B --help
Print help
+.TP 8
+.B --show-keycodes
+Key events shown by this tool are partially obfuscated to avoid passwords
+and other sensitive information showing up in the output. Use the
+.B --show-keycodes
+argument to make all keycodes visible.
.PP
For all other options, see the output from --help. Options may be added or
removed at any time.
@@ -25,7 +31,3 @@ removed at any time.
.PP
Events shown by this tool may not correspond to the events seen by a
different user of libinput. This tool initializes a separate context.
-.PP
-Events shown by this tool include key codes in plain text. Anything you type
-while this tool is running will show up in the output, including your
-passwords.