commit 42fa6befd8383a1ff1e7da76c42f3f02b289ef76
parent 21d2788bc3c7a59de3fee8fded812b0096917a37
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 10 Apr 2019 17:34:52 +0200
Condense help text for getdoi
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/bin/getdoi b/bin/getdoi
@@ -10,12 +10,12 @@ function show_help {
echo "If no QUERY is specified, this program will expect a QUERY as stdin."
echo
echo "OPTIONS are one or more of the following:"
- echo " -h, --help show this message"
- echo " -v, --version show version and license information"
- echo " -V, --verbose show verbose information"
- echo " -t, --tor-socks use torsocks for HTTP requests"
- echo " -n, --number=NUM return NUM results (default 1)"
- echo " -- do not consider any following args as options"
+ echo " -h, --help show this message"
+ echo " -v, --version show version and license information"
+ echo " -V, --verbose show verbose information"
+ echo " -t, --tor-socks use torsocks for HTTP requests"
+ echo " -n, --number NUM return NUM results (default 1)"
+ echo " -- do not consider any following args as options"
}
function show_version {