From 073ff8fd92e13fa6259ce845f4dc60f05b823a1f Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Wed, 19 Aug 2026 11:03:53 -0500 Subject: [PATCH] correct binary name typo in nnotes --- nnotes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nnotes b/nnotes index 4be038c..63c3393 100755 --- a/nnotes +++ b/nnotes @@ -16,7 +16,7 @@ elif [[ "$NOTETYPE" == "global" ]]; then else echo "usage: nnotes " echo " open $EDITOR (\$EDITOR) in the directory for \$type notes" - echo " nnote --help | -h" + echo " nnotes --help | -h" echo " get help for a note type" echo " " echo "nnotes requires a type: daily, monthly, yearly, or global"