about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-05-31 09:46:12 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-05-31 09:46:12 +0200
commit2dcbaf98c0e892996eac5bc6ff0bc80727617029 (patch)
treeca52dc37e9f9101c0555d7e39d4604471c85f865
parent2bfe11ed828805e1a810cf3a22036710739743d7 (diff)
downloadprofani-tty-2dcbaf98c0e892996eac5bc6ff0bc80727617029.tar.gz
Change attention description
-rw-r--r--src/command/cmd_defs.c2
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