diff options
| author | danix <danix@danix.xyz> | 2023-04-07 11:01:14 +0200 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2023-04-07 11:01:14 +0200 |
| commit | efa3e6079384bc77f194081dff89361e4eda87b2 (patch) | |
| tree | 181acb9c19a51a10765e76ff631208b7900ae9ef /SOURCE/CORE | |
| parent | 3951cc3d829d51e8cd3de200612477f0548520c2 (diff) | |
| download | bash-notes-efa3e6079384bc77f194081dff89361e4eda87b2.tar.gz bash-notes-efa3e6079384bc77f194081dff89361e4eda87b2.zip | |
backups management. Some UX improvementsv0.3
Diffstat (limited to 'SOURCE/CORE')
| -rw-r--r-- | SOURCE/CORE/helpers.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SOURCE/CORE/helpers.sh b/SOURCE/CORE/helpers.sh index f697c07..565413d 100644 --- a/SOURCE/CORE/helpers.sh +++ b/SOURCE/CORE/helpers.sh @@ -13,7 +13,7 @@ function check_noteID() { function helptext() { echo "Usage:" - echo " $0 [PARAMS] ..." + echo " $0 [PARAMS] [note ID]..." echo "" echo "${BASENAME} parameters are:" echo -e " -h | --help\t\t\t: This help text" @@ -30,6 +30,7 @@ function helptext() { echo -e " --userconf\t\t\t: Export User config file" echo -e " --backup [<dest>]\t\t: Backup your data in your destination folder" echo "" + echo -e "if a non option is passed and is a valid note ID, the note will be displayed." } function configtext() { |
