From cdd1f732bc5b8447dd12b59613663b7d08fce20b Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 10 Oct 2008 11:28:39 +0000 Subject: 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 --- include/usage.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/usage.h') 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 @@ "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__ */ -- cgit v1.2.3