about summary refs log tree commit diff stats
path: root/src/command/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/commands.c')
-rw-r--r--src/command/commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 6f12f502..6f3dfbf3 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -739,6 +739,8 @@ cmd_wins(ProfWin *window, gchar **args, const char * const command)
                 cons_show("Same source and target window supplied.");
             }
         }
+    } else {
+        cons_bad_cmd_usage(command);
     }
 
     return TRUE;