From ee1a1c14354c186362749fd874e68700f4875862 Mon Sep 17 00:00:00 2001 From: Jon Lewis Date: Thu, 15 Feb 2018 09:25:41 -0600 Subject: [PATCH] Fixed in-script help --- vns | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vns b/vns index c752685..8ea0911 100755 --- a/vns +++ b/vns @@ -90,11 +90,11 @@ vns_printHelp (){ # printHelp # Prints help information to stdout - printf "%s" "usage: vns [-cedlp] " - printf "\n%s" " vns -i " + printf "%s" "usage: vns [-cedlp] " + printf "\n%s" " vns -i" 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" " -d | --delete : Delete note" printf "\n%s" " -e | --edit : Open note for editing"