Changed help information to alphabetical order
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user