📖 Document version and help options in cli help

This commit is contained in:
Marty Oehme 2022-06-29 08:20:22 +02:00
parent 3c2a8b9894
commit f791bf093c
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 2 additions and 0 deletions

2
bemoji
View File

@ -33,6 +33,8 @@ usage() {
echo " -e Only echo out the picked emoji."
echo " -D <choice> Choose specific default lists to download if none found locally."
echo " Valid choices: all|none|emoji|math."
echo " -v Display current program version."
echo " -h Show this help."
echo
exit "$1"
}