Changed help information to alphabetical order

This commit is contained in:
Jon-William Lewis
2016-02-16 10:49:51 -06:00
parent 06c39bbfd6
commit 5d73b697ae
2 changed files with 4 additions and 4 deletions

View File

@@ -6,8 +6,8 @@ function help {
printf "\n%s" " -d | --delete : Delete note"
printf "\n%s" " -e | --edit : Open note for editing"
printf "\n%s" " -h | --help : Display this message"
printf "\n%s" " -p | --print : Print note to console"
printf "\n%s" " -l | --list : List all notes in NOTEBOOK"
printf "\n%s" " -i | --init : Write default config and initalize SNS store"
printf "\n%s" " -l | --list : List all notes in NOTEBOOK"
printf "\n%s" " -p | --print : Print note to console"
printf "\n"
}