tFix help text indentation - scholarref - tools for DOI and BiBTeX reference extraction, fetching, and parsing
HTML git clone git://src.adamsgaard.dk/scholarref
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 4424a433c56c3b244094d2f638270660ea5d0f1f
DIR parent 71e8b16805acbcf7766252e9d99d67ef053a4781
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 3 Dec 2019 12:08:15 +0100
Fix help text indentation
Diffstat:
M getdoi | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
DIR diff --git a/getdoi b/getdoi
t@@ -12,15 +12,15 @@ 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, --notify send result as desktop notification"
- echo " -N, --number NUM return NUM results (default 1)"
- echo " -c, --clip paste DOI to clipboard (requires xclip)"
- echo " -o, --open open DOI as url in browser"
- 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, --notify send result as desktop notification"
+ echo " -N, --number NUM return NUM results (default 1)"
+ echo " -c, --clip paste DOI to clipboard (requires xclip)"
+ echo " -o, --open open DOI as url in browser"
+ echo " -- do not consider any following args as options"
}
show_version() {