diff options
| -rwxr-xr-x | livetimes.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/livetimes.sh b/livetimes.sh index fd2ded5..29ffff3 100755 --- a/livetimes.sh +++ b/livetimes.sh @@ -70,7 +70,7 @@ _rejectbusstation() {  # function for now in case I need to reuse somewhere else...  _help() { -  echo ""$error"Usage: 'Usage: '!bus <input> (<time>)' where <input> is: a valid route number, this returns the next bus leaving the station, if <time> is also specified then the next bus after that time is returned; a full or partial bus stop name, if only one result is returned then live times for that stop are returned, if multiple results are returned then a list of matching stops are returned; a valid bus stop code, this returns live tops for that stop; -h --help, returns this help info." +  echo ""$error"Usage: 'Usage: '!bus <input> (<time>)' where <input> is: a valid route number, this returns the next bus leaving the station, if <time> is also specified then the next bus after that time is returned; a full or partial bus stop name, if only one result is returned then live times for that stop are returned, if multiple results are returned then a list of matching stops are returned; a valid bus stop code, this returns live times for that stop; -h --help, returns this help info."    exit 0  } | 
