From f791bf093c6597d40993fbd32e9cae932fab0a43 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 29 Jun 2022 08:20:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Document=20version=20and=20help?= =?UTF-8?q?=20options=20in=20cli=20help?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bemoji | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bemoji b/bemoji index babfdc8..92661f1 100755 --- a/bemoji +++ b/bemoji @@ -33,6 +33,8 @@ usage() { echo " -e Only echo out the picked emoji." echo " -D 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" }