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

@@ -23,9 +23,9 @@ was almost entirely rewritten as SNSv2.
-d | --delete : Delete note
-e | --edit : Open note for editing
-h | --help : Display this message
-p | --print : Print note to console
-l | --list : List all notes in NOTEBOOK
-i | --init : Write default config and initalize SNS store"
-l | --list : List all notes in NOTEBOOK
-p | --print : Print note to console
## Installing
To install, place `sns.sh` in your path, and copy `src/bash-completion/sns`

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"
}