aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-10-10 11:28:39 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-10-10 11:28:39 +0000
commitcdd1f732bc5b8447dd12b59613663b7d08fce20b (patch)
tree444fb892e563673181a8debcf32620658da97729 /include
parentafd7a8d744b29daaedbba1969307bd9ce17e7dc3 (diff)
downloadbusybox-w32-cdd1f732bc5b8447dd12b59613663b7d08fce20b.tar.gz
busybox-w32-cdd1f732bc5b8447dd12b59613663b7d08fce20b.tar.bz2
busybox-w32-cdd1f732bc5b8447dd12b59613663b7d08fce20b.zip
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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 8f6013ede..d2478641c 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -4680,8 +4680,11 @@
4680 "Manage a ZeroConf IPv4 link-local address\n" \ 4680 "Manage a ZeroConf IPv4 link-local address\n" \
4681 "\nOptions:" \ 4681 "\nOptions:" \
4682 "\n -f Run in foreground" \ 4682 "\n -f Run in foreground" \
4683 "\n -q Quit after address (no daemon)" \ 4683 "\n -q Quit after obtaining address" \
4684 "\n -r 169.254.x.x Request this address first" \ 4684 "\n -r 169.254.x.x Request this address first" \
4685 "\n -v Verbose" \ 4685 "\n -v Verbose" \
4686 "\n" \
4687 "\nWith no -q, runs continuously monitoring for ARP conflicts," \
4688 "\nexits only on I/O errors (link down etc)" \
4686 4689
4687#endif /* __BB_USAGE_H__ */ 4690#endif /* __BB_USAGE_H__ */