📖 Document version and help options in cli help
This commit is contained in:
parent
3c2a8b9894
commit
f791bf093c
1 changed files with 2 additions and 0 deletions
2
bemoji
2
bemoji
|
@ -33,6 +33,8 @@ usage() {
|
||||||
echo " -e Only echo out the picked emoji."
|
echo " -e Only echo out the picked emoji."
|
||||||
echo " -D <choice> Choose specific default lists to download if none found locally."
|
echo " -D <choice> Choose specific default lists to download if none found locally."
|
||||||
echo " Valid choices: all|none|emoji|math."
|
echo " Valid choices: all|none|emoji|math."
|
||||||
|
echo " -v Display current program version."
|
||||||
|
echo " -h Show this help."
|
||||||
echo
|
echo
|
||||||
exit "$1"
|
exit "$1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue