emoji: fix usage
This commit is contained in:
parent
93a73e0248
commit
0403549897
2
emoji.sh
2
emoji.sh
|
@ -11,7 +11,7 @@ UCD="$HOME/.local/share/emoji/ucd.all.flat.zip"
|
||||||
GREP="rg"
|
GREP="rg"
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
echo "usage: $0 [-n] [-l LIMIT] FILTER"
|
echo "Usage: $0 [OPTION]... FILTER"
|
||||||
echo "Display emojis based on the name filter provided."
|
echo "Display emojis based on the name filter provided."
|
||||||
echo " -h show usage"
|
echo " -h show usage"
|
||||||
echo " -n hide emoji name"
|
echo " -n hide emoji name"
|
||||||
|
|
Loading…
Reference in a new issue