mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
updated help message
This commit is contained in:
parent
b4eba95759
commit
b4b3bb83f4
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user