correct binary name typo in nnotes

This commit is contained in:
Leonora Tindall 2026-08-19 11:03:53 -05:00
parent 45b4cc3685
commit 5dc71299c7
1 changed files with 1 additions and 1 deletions

2
nnotes
View File

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