From 9a1d7c68ca961a04081a75cb69c8e4184e21172c Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Sun, 5 Apr 2015 22:29:09 +0300 Subject: [PATCH] typo --- vim/vimbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimbox b/vim/vimbox index 1c7267c..4d03af6 100755 --- a/vim/vimbox +++ b/vim/vimbox @@ -1,7 +1,7 @@ #!/bin/bash function helpexit() { echo Edit a file with check list mod of vim - echo "key 'a' adds a checkbox, space toggles the box" + echo "key 'b' adds a checkbox, space toggles the box" echo All switches are passed on to vim. exit }