tUpdate help text for shdl - scholarref - tools for DOI and BiBTeX reference extraction, fetching, and parsing
 (HTM) git clone git://src.adamsgaard.dk/scholarref
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f1a6605ced4f8aa9ccb77ab2cd7bf6a5d3defe48
 (DIR) parent fafdfa26a670b48af4ada68637a6dff9640cd505
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 16 Sep 2019 15:57:25 +0200
       
       Update help text for shdl
       
       Diffstat:
         M README                              |       2 +-
         M shdl                                |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       t@@ -54,7 +54,7 @@ OPTIONS are one or more of the following:
           -N, --notify        send desktop notification when complete
           --                  do not consider any following args as options
        
       -usage: shdl [OPTIONS] DOI1 [DOI2...[DOI N]]
       +usage: shdl [OPTIONS] [DOIs ...]
        will fetch each DOI from http://sci-hub.tw
        If no DOI is specified, this program will expect DOIs as stdin.
        The program extracts the DOI if a full doi.org URL is passed to it.
 (DIR) diff --git a/shdl b/shdl
       t@@ -5,7 +5,7 @@ version=1.0
        shhost="http://sci-hub.tw"
        
        show_help() {
       -    echo "usage: ${0##*/} [OPTIONS] DOI1 [DOI2...[DOI N]]"
       +    echo "usage: ${0##*/} [OPTIONS] [DOIs ...]"
            echo "will fetch each DOI from $shhost"
            echo "If no DOI is specified, this program will expect DOIs as stdin."
            echo "The program extracts the DOI if a full doi.org URL is passed to it."