From 0403549897240121aae2d593d77d6d3a9735b530 Mon Sep 17 00:00:00 2001 From: dece Date: Mon, 13 Dec 2021 15:04:48 +0100 Subject: [PATCH] emoji: fix usage --- emoji.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emoji.sh b/emoji.sh index 87c4aa1..b557d84 100755 --- a/emoji.sh +++ b/emoji.sh @@ -11,7 +11,7 @@ UCD="$HOME/.local/share/emoji/ucd.all.flat.zip" GREP="rg" usage() { - echo "usage: $0 [-n] [-l LIMIT] FILTER" + echo "Usage: $0 [OPTION]... FILTER" echo "Display emojis based on the name filter provided." echo " -h show usage" echo " -n hide emoji name"