diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-11 19:39:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-11 19:39:25 +0000 |
commit | 20c2bdd7f2d658a38578e7061f8acc6ca56a7c28 (patch) | |
tree | 14e5dad5501a40d767a1206f14ac5dc5753a5531 /usage.c | |
parent | 5c365da88438f8af9a4314d7a305cc3fd9be4843 (diff) | |
download | busybox-w32-20c2bdd7f2d658a38578e7061f8acc6ca56a7c28.tar.gz busybox-w32-20c2bdd7f2d658a38578e7061f8acc6ca56a7c28.tar.bz2 busybox-w32-20c2bdd7f2d658a38578e7061f8acc6ca56a7c28.zip |
Fix spelling error s/defaut/default/g
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1176,7 +1176,7 @@ const char syslogd_usage[] = | |||
1176 | "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n" | 1176 | "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n" |
1177 | #ifdef BB_FEATURE_REMOTE_LOG | 1177 | #ifdef BB_FEATURE_REMOTE_LOG |
1178 | "\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n" | 1178 | "\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n" |
1179 | "\t-L\t\tLog locally as well as network logging (defaut is network only)\n" | 1179 | "\t-L\t\tLog locally as well as network logging (default is network only)\n" |
1180 | #endif | 1180 | #endif |
1181 | #endif | 1181 | #endif |
1182 | ; | 1182 | ; |