Remove unnecessary options
[platform/upstream/libxkbcommon.git] / tools / xkbcli-how-to-type.1
index 5211d0f..720d8b8 100644 (file)
@@ -9,7 +9,7 @@
 .Sh SYNOPSIS
 .Nm
 .Op options
-.Ar codepoint
+.Ar codepoint/keysym
 .
 .Sh DESCRIPTION
 .Nm
@@ -17,6 +17,9 @@ prints the key combinations (keycode + modifiers) in the keymap's layouts which
 would produce the given Unicode codepoint.
 .
 .Bl -tag -width Ds
+.It Fl \-keysym
+Treat the argument as a keysym, not a Unicode codepoint
+.
 .It Fl \-rules Ar rules
 The XKB ruleset
 .
@@ -31,6 +34,9 @@ The XKB layout variant
 .
 .It Fl \-options Ar options
 The XKB options
+.
+.It Fl \-help
+Print a help message and exit.
 .El
 .
 .Sh SEE ALSO