diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-24 12:13:04 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-24 12:13:04 +0000 |
commit | d3bac03988b104998c90dbce50e152668c3e4f5d (patch) | |
tree | 3c140f23588b0eff532e7c9c9431ea12daaaaf87 /include | |
parent | 9067f13be067f39f6c8586926b190b7dee0def3d (diff) | |
download | busybox-w32-d3bac03988b104998c90dbce50e152668c3e4f5d.tar.gz busybox-w32-d3bac03988b104998c90dbce50e152668c3e4f5d.tar.bz2 busybox-w32-d3bac03988b104998c90dbce50e152668c3e4f5d.zip |
dnsd: fix several buglets, make smaller
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 66f8638f5..615ee4ed7 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -673,7 +673,7 @@ | |||
673 | " -c Config filename\n" \ | 673 | " -c Config filename\n" \ |
674 | " -t TTL in seconds\n" \ | 674 | " -t TTL in seconds\n" \ |
675 | " -p Listening port\n" \ | 675 | " -p Listening port\n" \ |
676 | " -i Listening iface ip (default all)\n" \ | 676 | " -i Listening ip (default all)\n" \ |
677 | " -d Daemonize" | 677 | " -d Daemonize" |
678 | 678 | ||
679 | #define dos2unix_trivial_usage \ | 679 | #define dos2unix_trivial_usage \ |