correct binary name typo in nnotes
This commit is contained in:
parent
45b4cc3685
commit
5dc71299c7
2
nnotes
2
nnotes
|
|
@ -16,7 +16,7 @@ elif [[ "$NOTETYPE" == "global" ]]; then
|
|||
else
|
||||
echo "usage: nnotes <type>"
|
||||
echo " open $EDITOR (\$EDITOR) in the directory for \$type notes"
|
||||
echo " nnote <type> --help | -h"
|
||||
echo " nnotes <type> --help | -h"
|
||||
echo " get help for a note type"
|
||||
echo " "
|
||||
echo "nnotes requires a type: daily, monthly, yearly, or global"
|
||||
|
|
|
|||
Loading…
Reference in New Issue