summary refs log tree commit diff
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-01 12:25:43 +0200
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-01 12:25:43 +0200
commit39df59dc5c1cb896085247d12db644b94945ab16 (patch)
tree90dde7152d1630f476ef3ea7bd8d5ad629600f69
parentFixed service file x2 (diff)
downloadgeolocate-39df59dc5c1cb896085247d12db644b94945ab16.tar.gz
geolocate-39df59dc5c1cb896085247d12db644b94945ab16.tar.bz2
geolocate-39df59dc5c1cb896085247d12db644b94945ab16.zip
Fixed usage message
-rwxr-xr-xgeolocate1
1 files changed, 1 insertions, 0 deletions
diff --git a/geolocate b/geolocate
index 674d242..c96c91b 100755
--- a/geolocate
+++ b/geolocate
@@ -16,6 +16,7 @@ usage() {
   echo -e "Commands:"
   echo -e "  help       - print a summary of the script's function and usage."
   echo -e "  version  - print the scripts version."
+  echo -e "  print  - write your location into /usr/share/geolocate/.location"
   echo -e "  ip:"
   echo -e "     ip 'blank' - print your public ip adress."
   echo -e "     ip 'IP'    - get coordinates of a non-personal ip."