diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-05-31 09:46:12 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2021-05-31 09:46:12 +0200 |
commit | 2dcbaf98c0e892996eac5bc6ff0bc80727617029 (patch) | |
tree | ca52dc37e9f9101c0555d7e39d4604471c85f865 /src/command | |
parent | 2bfe11ed828805e1a810cf3a22036710739743d7 (diff) | |
download | profani-tty-2dcbaf98c0e892996eac5bc6ff0bc80727617029.tar.gz |
Change attention description
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/cmd_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index a1b00df0..0ebcf04f 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -990,7 +990,7 @@ static struct cmd_t command_defs[] = { "Passing no argument will list all currently active windows and information about their usage.") CMD_ARGS( { "unread", "List windows with unread messages." }, - { "attention", "Marked windows" }, + { "attention", "List windows that have been marked with the attention flag (alt+f). You can toggle between marked windows with alt+m." }, { "prune", "Close all windows with no unread messages." }, { "swap <source> <target>", "Swap windows, target may be an empty position." }) CMD_NOEXAMPLES |