diff options
author | ars <asav1410@gmail.com> | 2020-07-23 23:12:21 +0100 |
---|---|---|
committer | ars <asav1410@gmail.com> | 2020-07-23 23:12:21 +0100 |
commit | 129562df4ecf72a8e6a96c21581e247f203be672 (patch) | |
tree | 79cd2fc5cac441bda5e1bd5cab37afa8b49834c7 /livetimes.sh | |
parent | 535086468c348538afb5b789e7c0b5f4b38aad2f (diff) |
Diffstat (limited to 'livetimes.sh')
-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 } |