diff options
author | Denis Vlasenko | 2008-10-10 11:28:39 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-10-10 11:28:39 +0000 |
commit | cdd1f732bc5b8447dd12b59613663b7d08fce20b (patch) | |
tree | 444fb892e563673181a8debcf32620658da97729 /include | |
parent | afd7a8d744b29daaedbba1969307bd9ce17e7dc3 (diff) | |
download | busybox-cdd1f732bc5b8447dd12b59613663b7d08fce20b.zip busybox-cdd1f732bc5b8447dd12b59613663b7d08fce20b.tar.gz |
zcip: code size optimizations, improved help text and comments
function old new delta
packed_usage 24750 24787 +37
run 658 655 -3
pick 40 34 -6
arp 186 177 -9
zcip_main 1402 1356 -46
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/4 up/down: 37/-64) Total: -27 bytes
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 8f6013e..d247864 100644 --- a/include/usage.h +++ b/include/usage.h @@ -4680,8 +4680,11 @@ "Manage a ZeroConf IPv4 link-local address\n" \ "\nOptions:" \ "\n -f Run in foreground" \ - "\n -q Quit after address (no daemon)" \ + "\n -q Quit after obtaining address" \ "\n -r 169.254.x.x Request this address first" \ "\n -v Verbose" \ + "\n" \ + "\nWith no -q, runs continuously monitoring for ARP conflicts," \ + "\nexits only on I/O errors (link down etc)" \ #endif /* __BB_USAGE_H__ */ |