commit fb2a1d6c7f9225cbaf4763e250907477bcb39356
parent 46df1229ad52fb5165eb60844bd500db31350534
Author: Claudio Alessi <smoppy@gmail.com>
Date: Mon, 4 Jan 2016 20:36:28 +0100
Fix a typo.
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/iwpick b/src/iwpick
@@ -47,7 +47,7 @@ echo -n "Usage: $0 [-hg] [-i <iface>] [-e <essid>] [-k <psk>] [-a <alias>]
-e <essid> ESSID of the network to connect
-k <key> Key of the network to connect
-f <file> Networks file
--h Show this helps
+-h Show this help
"
exit 1
}
diff --git a/src/pronunciask b/src/pronunciask
@@ -10,7 +10,7 @@ TMP="/tmp/$(basename $0)"
usage() {
echo -n "Usage: $0 [-h] [-l <lang>] <word> ...
-l <lang> Set the language (default: $LANG)
--h Show this helps
+-h Show this help
"
exit 1
diff --git a/src/scrapthumb b/src/scrapthumb
@@ -50,7 +50,7 @@ echo -n "Usage: $0 [-h] [-n <num>] [-s <source>] ...
-s Source(s) (can be specified multiple times)
-n Number of items
-u Also output the source (fmt: source|url)
--h Show this helps
+-h Show this help
"
exit 1