about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index d1b1d4c1..f10b5b33 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -1319,14 +1319,15 @@ static struct cmd_t command_defs[] =
         CMD_SYN(
             "/titlebar up",
             "/titlebar down",
-            "/titlebar show|hide [tls|encwarn]")
+            "/titlebar show|hide [encwarn|resource|tls]")
         CMD_DESC(
             "Titlebar settings.")
         CMD_ARGS(
             { "up", "Move the title bar up the screen." },
             { "down", "Move the title bar down the screen." },
             { "show tls", "Show or hide TLS indicator in the titlebar." },
-            { "show encwarn", "Enable or disable the unencrypted warning message in the titlebar." }
+            { "show encwarn", "Enable or disable the unencrypted warning message in the titlebar." },
+            { "show resource", "Show or hide the current resource in the titlebar." }
             )
         CMD_EXAMPLES(
             "/titlebar up",