diff options
Diffstat (limited to 'geolocate')
-rwxr-xr-x | geolocate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/geolocate b/geolocate index bf18073..85af634 100755 --- a/geolocate +++ b/geolocate @@ -13,7 +13,7 @@ else fi usage() { - echo -e "Usage: 'geolocate COMMAND'\n" + echo -e "Usage: 'geolocate [COMMAND]'\n" echo -e "A script to obtain the approximate latitude and longitude given an ip adress.\n" echo -e "Commands:" echo -e " help - print a summary of the script's function and usage." |