about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-24 23:08:27 +0100
committerJames Booth <boothj5@gmail.com>2014-04-24 23:09:04 +0100
commitf8b2e009ed1608ea99b6a757944eae956cba86be (patch)
treea066cca83a532e3baec9aab1feb6fe544f9c606e
parente9ddbab5851a406ea4177ce41d4adb1c7ef850b4 (diff)
downloadprofani-tty-f8b2e009ed1608ea99b6a757944eae956cba86be.tar.gz
Fixed /wins swap help
-rw-r--r--src/command/command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 65aa2a21..0e7c9357 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -349,12 +349,12 @@ static struct cmd_t command_defs[] =
     { "/wins",
         cmd_wins, parse_args, 0, 3, NULL,
         { "/wins [tidy|prune|swap] [source] [target]", "List or tidy active windows.",
-        { "/wins [tidy|prune] [source] [target]",
-          "------------------------------------",
+        { "/wins [tidy|prune|swap] [source] [target]",
+          "-----------------------------------------",
           "Passing no argument will list all currently active windows and information about their usage.",
           "tidy               : Shuffle windows so there are no gaps.",
           "prune              : Close all windows with no unread messages, and then tidy as above.",
-          "swap source target : Swap windows.",
+          "swap source target : Swap windows, target may be an empty position.",
           NULL } } },
 
     { "/sub",