updated help message

This commit is contained in:
Daniel Steglich 2015-03-25 21:11:03 +01:00
parent b4eba95759
commit b4b3bb83f4

View File

@ -421,7 +421,7 @@ case ${cmd} in
rm ${CRONJOB} rm ${CRONJOB}
;; ;;
*) *)
echo "usage: status|configure <options>|start|stop|update|get-nat|clean|success [updated IP]|failed" echo "usage: status|configure <options>|start|stop|update|get-nat|clean|success [updated IP]|failed|get-last-success"
echo "" echo ""
echo "options are:" echo "options are:"
echo "-s <server> Gnudip Server address" echo "-s <server> Gnudip Server address"
@ -438,6 +438,7 @@ case ${cmd} in
echo "success store update success and optional the updated IP" echo "success store update success and optional the updated IP"
echo "failed store update failure" echo "failed store update failure"
echo "get-nat return the detected nat type" echo "get-nat return the detected nat type"
echo "get-last-success return date of last successful update"
;; ;;
esac esac
exit 0 exit 0