diff options
Diffstat (limited to 'include/usage.h')
-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 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__ */ |