diff options
author | adnano <me@adnano.co> | 2024-05-04 21:41:21 -0400 |
---|---|---|
committer | adnano <me@adnano.co> | 2024-05-04 21:41:21 -0400 |
commit | c05ab7520b452ee3b8bd974a18511dc370cbeabe (patch) | |
tree | 6983a51d1fdc7f45cf9b97c7957b81ac8b0fc836 /docs/wmenu.1.scd | |
parent | 81d46e39120bcb7c24cec2105e05f3524e8bd548 (diff) | |
download | wmenu-c05ab7520b452ee3b8bd974a18511dc370cbeabe.tar.gz |
Remove wmenu -P flag
This flag causes some issues with wmenu-run. It will be revisited in the
next release.
Diffstat (limited to 'docs/wmenu.1.scd')
-rw-r--r-- | docs/wmenu.1.scd | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/wmenu.1.scd b/docs/wmenu.1.scd index f489c84..1ee623a 100644 --- a/docs/wmenu.1.scd +++ b/docs/wmenu.1.scd @@ -6,7 +6,7 @@ wmenu - dynamic menu for Wayland # SYNOPSIS -*wmenu* [-biPv] \ +*wmenu* [-biv] \ [-f _font_] \ [-l _lines_] \ [-o _output_] \ @@ -35,10 +35,6 @@ $PATH and runs the result. *-i* wmenu matches menu items case insensitively. -*-P* - wmenu will not directly display the keyboard input, but instead replace it - with asterisks. All data from stdin will be ignored. - *-v* prints version information to stdout, then exits. |