aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/usage.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/usage.h b/include/usage.h
index 683d53fbd..109a35d05 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -893,14 +893,14 @@
893 "\n -s SIZE Buffer size" \ 893 "\n -s SIZE Buffer size" \
894 894
895#define dnsd_trivial_usage \ 895#define dnsd_trivial_usage \
896 "[-c config] [-t seconds] [-p port] [-i iface-ip] [-d]" 896 "[-c CONFFILE] [-t TTL_SEC] [-p PORT] [-i ADDR] [-d]"
897#define dnsd_full_usage "\n\n" \ 897#define dnsd_full_usage "\n\n" \
898 "Small static DNS server daemon\n" \ 898 "Small static DNS server daemon\n" \
899 "\nOptions:" \ 899 "\nOptions:" \
900 "\n -c Config filename" \ 900 "\n -c FILE Config file" \
901 "\n -t TTL in seconds" \ 901 "\n -t SEC TTL" \
902 "\n -p Listening port" \ 902 "\n -p PORT Listen on PORT" \
903 "\n -i Listening ip (default all)" \ 903 "\n -i ADDR Listen on ADDR" \
904 "\n -d Daemonize" \ 904 "\n -d Daemonize" \
905 905
906#define dos2unix_trivial_usage \ 906#define dos2unix_trivial_usage \
@@ -4693,7 +4693,7 @@
4693 ) \ 4693 ) \
4694 "\n -F Set the don't fragment bit" \ 4694 "\n -F Set the don't fragment bit" \
4695 "\n -I Use ICMP ECHO instead of UDP datagrams" \ 4695 "\n -I Use ICMP ECHO instead of UDP datagrams" \
4696 "\n -l Display the ttl value of the returned packet" \ 4696 "\n -l Display the TTL value of the returned packet" \
4697 "\n -d Set SO_DEBUG options to socket" \ 4697 "\n -d Set SO_DEBUG options to socket" \
4698 "\n -n Print numeric addresses" \ 4698 "\n -n Print numeric addresses" \
4699 "\n -r Bypass routing tables, send directly to HOST" \ 4699 "\n -r Bypass routing tables, send directly to HOST" \
@@ -4701,7 +4701,7 @@
4701 "\n -m Max time-to-live (max number of hops)" \ 4701 "\n -m Max time-to-live (max number of hops)" \
4702 "\n -p Base UDP port number used in probes" \ 4702 "\n -p Base UDP port number used in probes" \
4703 "\n (default 33434)" \ 4703 "\n (default 33434)" \
4704 "\n -q Number of probes per 'ttl' (default 3)" \ 4704 "\n -q Number of probes per TTL (default 3)" \
4705 "\n -s IP address to use as the source address" \ 4705 "\n -s IP address to use as the source address" \
4706 "\n -t Type-of-service in probe packets (default 0)" \ 4706 "\n -t Type-of-service in probe packets (default 0)" \
4707 "\n -w Time in seconds to wait for a response (default 3)" \ 4707 "\n -w Time in seconds to wait for a response (default 3)" \
@@ -4721,7 +4721,7 @@
4721 "\n -m Max time-to-live (max number of hops)" \ 4721 "\n -m Max time-to-live (max number of hops)" \
4722 "\n -p Base UDP port number used in probes" \ 4722 "\n -p Base UDP port number used in probes" \
4723 "\n (default is 33434)" \ 4723 "\n (default is 33434)" \
4724 "\n -q Number of probes per 'ttl' (default 3)" \ 4724 "\n -q Number of probes per TTL (default 3)" \
4725 "\n -s IP address to use as the source address" \ 4725 "\n -s IP address to use as the source address" \
4726 "\n -t Type-of-service in probe packets (default 0)" \ 4726 "\n -t Type-of-service in probe packets (default 0)" \
4727 "\n -w Time in seconds to wait for a response (default 3)" \ 4727 "\n -w Time in seconds to wait for a response (default 3)" \