new applet. Thanks Roberto A. Foglietta
This commit is contained in:
parent
8aa9e57149
commit
7b4aa6ffc6
7 changed files with 494 additions and 0 deletions
|
@ -469,6 +469,17 @@
|
|||
"\t-n LEVEL\tSets console logging level\n" \
|
||||
"\t-s SIZE\t\tUse a buffer of size SIZE"
|
||||
|
||||
#define dnsd_trivial_usage \
|
||||
"[-c config] [-t seconds] [-p port] [-i iface-ip] [-d]"
|
||||
#define dnsd_full_usage \
|
||||
"Small and static DNS server daemon\n\n" \
|
||||
"Options:\n" \
|
||||
"\t-c\t\tconfig filename\n" \
|
||||
"\t-t\t\tTTL in seconds\n" \
|
||||
"\t-p\t\tlistening port\n" \
|
||||
"\t-i\t\tlistening iface ip (default all)\n" \
|
||||
"\t-d\t\tdaemonize"
|
||||
|
||||
#define dos2unix_trivial_usage \
|
||||
"[option] [FILE]"
|
||||
#define dos2unix_full_usage \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue