summaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorRob Landley2005-04-30 03:49:37 +0000
committerRob Landley2005-04-30 03:49:37 +0000
commitad8071f582a354924e96a3842e4fda7895bb5b7f (patch)
tree6a0fb577de9944fcbb68604a45bbb581da6d8590 /include/usage.h
parent55b1efc6de0bce7872dd9b46c19e6688a1976427 (diff)
downloadbusybox-ad8071f582a354924e96a3842e4fda7895bb5b7f.zip
busybox-ad8071f582a354924e96a3842e4fda7895bb5b7f.tar.gz
David Brownell submitted a new applet, zcip, based on RFC 3927. This is
version 0418b. It compiled.
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 04d6ff4..b57644b 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3038,4 +3038,14 @@
#define zcat_full_usage \
"Uncompress to stdout."
+#define zcip_trivial_usage \
+ "[OPTIONS] ifname script"
+#define zcip_full_usage \
+ "zcip manages a ZeroConf IPv4 link-local address.\n" \
+ "Options:\n" \
+ "\t-f foreground mode\n" \
+ "\t-q quit after address (no daemon)\n" \
+ "\t-r 169.254.x.x request this address first\n" \
+ "\t-v verbose; show version\n"
+
#endif /* __BB_USAGE_H__ */