diff options
author | Denis Vlasenko | 2007-03-24 12:13:04 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-03-24 12:13:04 +0000 |
commit | d3bac03988b104998c90dbce50e152668c3e4f5d (patch) | |
tree | 3c140f23588b0eff532e7c9c9431ea12daaaaf87 /include | |
parent | 9067f13be067f39f6c8586926b190b7dee0def3d (diff) | |
download | busybox-d3bac03988b104998c90dbce50e152668c3e4f5d.zip busybox-d3bac03988b104998c90dbce50e152668c3e4f5d.tar.gz |
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 66f8638..615ee4e 100644 --- a/include/usage.h +++ b/include/usage.h @@ -673,7 +673,7 @@ " -c Config filename\n" \ " -t TTL in seconds\n" \ " -p Listening port\n" \ - " -i Listening iface ip (default all)\n" \ + " -i Listening ip (default all)\n" \ " -d Daemonize" #define dos2unix_trivial_usage \ |