aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/applets.h3
-rw-r--r--include/usage.h10
2 files changed, 13 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 755eb01ab..7f6f75864 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -692,6 +692,9 @@
#ifdef CONFIG_GUNZIP
APPLET(zcat, gunzip_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
+#ifdef CONFIG_ZCIP
+ APPLET(zcip, zcip_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
+#endif
#if !defined(PROTOTYPES) && !defined(MAKE_USAGE)
{ 0,NULL,0 }
diff --git a/include/usage.h b/include/usage.h
index 04d6ff409..b57644bc1 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__ */