aboutsummaryrefslogtreecommitdiff
path: root/vis-cmds.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-04-15 16:38:31 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-04-15 16:38:31 +0200
commit63f26c666b9497f1ea045b809a0479930498984a (patch)
tree56cf69d83b3650cd7289ecade447c5f503147140 /vis-cmds.c
parent69c43ac9c75c3b3b07845942e9bcf24f78217239 (diff)
downloadvis-63f26c666b9497f1ea045b809a0479930498984a.tar.gz
vis-63f26c666b9497f1ea045b809a0479930498984a.tar.xz
vis: fix wrong usage message for :unmap command
Diffstat (limited to 'vis-cmds.c')
-rw-r--r--vis-cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis-cmds.c b/vis-cmds.c
index 5b49913..a79bc0e 100644
--- a/vis-cmds.c
+++ b/vis-cmds.c
@@ -646,7 +646,7 @@ static bool cmd_unmap(Vis *vis, Win *win, Command *cmd, const char *argv[], Curs
const char *lhs = argv[2];
if (mode == VIS_MODE_INVALID || !lhs) {
- vis_info_show(vis, "usage: unmap mode lhs rhs\n");
+ vis_info_show(vis, "usage: unmap mode lhs\n");
return false;
}