about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPete Maynard <pgm987@gmail.com>2015-06-01 11:33:19 +0100
committerPete Maynard <pgm987@gmail.com>2015-06-01 11:33:19 +0100
commit7bc671e07cc5398a314751917bc1897c615fe12d (patch)
tree23ece1f26f4b0aacf70c3db8f6d27ea712f3a477
parent0564976264f532b48050656b12dc2d4a3c15d8c3 (diff)
downloadprofani-tty-7bc671e07cc5398a314751917bc1897c615fe12d.tar.gz
Extra underline
-rw-r--r--src/command/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c
index ea6df2ba..c62c7784 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -688,7 +688,7 @@ static struct cmd_t command_defs[] =
         cmd_winstidy, parse_args, 1, 1, &cons_winstidy_setting,
         { "/winstidy on|off", "Auto tidy windows.",
         { "/winstidy on|off",
-          "---------------",
+          "----------------",
           "Enable or disable auto window tidy.",
           NULL } } },