Fixed in-script help
This commit is contained in:
8
vns
8
vns
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user