Fixed in-script help

This commit is contained in:
Jon Lewis
2018-02-15 09:25:41 -06:00
parent 9e68b21bad
commit ee1a1c1435

8
vns
View File

@@ -90,11 +90,11 @@ vns_printHelp (){
# printHelp # printHelp
# Prints help information to stdout # Prints help information to stdout
printf "%s" "usage: vns [-cedlp] <notebook/section/name>" printf "%s" "usage: vns [-cedlp] <notebook/section/name>"
printf "\n%s" " vns -i <gnupg recipient>" printf "\n%s" " vns -i"
printf "\n%s" " vns -h" printf "\n%s" " vns -h"
printf "\n%s%s%s" "usage: vns " "git" " ..." printf "\n%s" " vns git ..."
printf "\n"
printf "\n%s" " -c | --create : Create note" printf "\n%s" " -c | --create : Create note"
printf "\n%s" " -d | --delete : Delete note" printf "\n%s" " -d | --delete : Delete note"
printf "\n%s" " -e | --edit : Open note for editing" printf "\n%s" " -e | --edit : Open note for editing"