diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-30 01:43:15 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-30 01:43:15 +0000 |
commit | 55a4c40c03d5e00942f525b70e613c33e783ce99 (patch) | |
tree | 2f0cbb078e001437fd14dd4071e3dedf9e7ff42f | |
parent | 4803e8ec249a452d6d748be671d1541367868bfd (diff) |
modules/freifunk: complete remote-update usage text
-rwxr-xr-x | modules/freifunk/root/usr/sbin/remote-update | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/freifunk/root/usr/sbin/remote-update b/modules/freifunk/root/usr/sbin/remote-update index 3cf085c11..3f50f3207 100755 --- a/modules/freifunk/root/usr/sbin/remote-update +++ b/modules/freifunk/root/usr/sbin/remote-update @@ -112,8 +112,8 @@ usage() Usage: remote-update -h - remote-update -c - remote-update -w + remote-update [-u <update url>] -c + remote-update [-v] [-y] [-u <update url>] -w remote-update [-d] [-n] [-v] [-y] [-s <sleep seconds>] [-u <update url>] Actions: @@ -128,7 +128,7 @@ Options: -y Assume defaults for all questions. -s <seconds> - Sleep given amount of seconds before invoking firmware burn. + Sleep given amount of seconds before starting flash write. If ommitted and '-y' is not used, 5 seconds are assumed. -u <url> |