aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2006-01-25 14:19:11 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2006-01-25 14:19:11 +0000
commit7b4aa6ffc6a412ebc12cda823d0631abcda6a55f (patch)
treeca353b1b80613aaecbde67780f8c6039af236a4d /include/usage.h
parent8aa9e5714932b0e1a9f4b638e2d985faa7e4d911 (diff)
downloadbusybox-w32-7b4aa6ffc6a412ebc12cda823d0631abcda6a55f.tar.gz
busybox-w32-7b4aa6ffc6a412ebc12cda823d0631abcda6a55f.tar.bz2
busybox-w32-7b4aa6ffc6a412ebc12cda823d0631abcda6a55f.zip
new applet. Thanks Roberto A. Foglietta
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index bff187a3d..61fc3af3c 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -469,6 +469,17 @@
469 "\t-n LEVEL\tSets console logging level\n" \ 469 "\t-n LEVEL\tSets console logging level\n" \
470 "\t-s SIZE\t\tUse a buffer of size SIZE" 470 "\t-s SIZE\t\tUse a buffer of size SIZE"
471 471
472#define dnsd_trivial_usage \
473 "[-c config] [-t seconds] [-p port] [-i iface-ip] [-d]"
474#define dnsd_full_usage \
475 "Small and static DNS server daemon\n\n" \
476 "Options:\n" \
477 "\t-c\t\tconfig filename\n" \
478 "\t-t\t\tTTL in seconds\n" \
479 "\t-p\t\tlistening port\n" \
480 "\t-i\t\tlistening iface ip (default all)\n" \
481 "\t-d\t\tdaemonize"
482
472#define dos2unix_trivial_usage \ 483#define dos2unix_trivial_usage \
473 "[option] [FILE]" 484 "[option] [FILE]"
474#define dos2unix_full_usage \ 485#define dos2unix_full_usage \