about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-01-23 22:55:04 +0000
committerJames Booth <boothj5@gmail.com>2016-01-23 22:55:04 +0000
commit2df622f9fd6b54d4d8e86e937b6321dd3c15a371 (patch)
tree40007632b539f174a05e087a0d77fc05fdb130a0 /src/command
parent6ec3f71a5450c81a10d699fb6df67d19119f8ac8 (diff)
downloadprofani-tty-2df622f9fd6b54d4d8e86e937b6321dd3c15a371.tar.gz
Formatting of /theme properties command output
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/command/command.c b/src/command/command.c
index ca84591f..f1e70f12 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -1735,10 +1735,10 @@ static struct cmd_t command_defs[] =
         CMD_DESC(
             "Load a theme, includes colours and UI options.")
         CMD_ARGS(
-            { "list", "List all available themes." },
-            { "load <theme>", "Load the specified theme. 'default' will reset to the default theme." },
-            { "colours", "Show the colour values as rendered by the terminal." },
-            { "properties", "Show each themed property." })
+            { "list",           "List all available themes." },
+            { "load <theme>",   "Load the specified theme. 'default' will reset to the default theme." },
+            { "colours",        "Show colour values as rendered by the terminal." },
+            { "properties",     "Show colour settings for current theme." })
         CMD_EXAMPLES(
             "/theme list",
             "/theme load forest")