diff options
-rw-r--r-- | applets/usage.h | 4 | ||||
-rw-r--r-- | include/usage.h | 4 | ||||
-rw-r--r-- | usage.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/applets/usage.h b/applets/usage.h index 90d3e29b4..efc943f68 100644 --- a/applets/usage.h +++ b/applets/usage.h @@ -917,8 +917,8 @@ USAGE_KLOGD("\t-K\t\tDo not start up the klogd process\n") \ "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)" \ USAGE_REMOTE_LOG( \ - "\n\t-R HOST[:PORT]\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n" \ - "\t-L\t\tLog locally as well as network logging (default is network only)") + "\n\t-R HOST[:PORT]\tLog to IP or hostname on PORT (default PORT=514/UDP)\n" \ + "\t-L\t\tLog locally and via network logging (default is network only)") #ifdef BB_FEATURE_SIMPLE_TAIL diff --git a/include/usage.h b/include/usage.h index 90d3e29b4..efc943f68 100644 --- a/include/usage.h +++ b/include/usage.h @@ -917,8 +917,8 @@ USAGE_KLOGD("\t-K\t\tDo not start up the klogd process\n") \ "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)" \ USAGE_REMOTE_LOG( \ - "\n\t-R HOST[:PORT]\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n" \ - "\t-L\t\tLog locally as well as network logging (default is network only)") + "\n\t-R HOST[:PORT]\tLog to IP or hostname on PORT (default PORT=514/UDP)\n" \ + "\t-L\t\tLog locally and via network logging (default is network only)") #ifdef BB_FEATURE_SIMPLE_TAIL @@ -917,8 +917,8 @@ USAGE_KLOGD("\t-K\t\tDo not start up the klogd process\n") \ "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)" \ USAGE_REMOTE_LOG( \ - "\n\t-R HOST[:PORT]\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n" \ - "\t-L\t\tLog locally as well as network logging (default is network only)") + "\n\t-R HOST[:PORT]\tLog to IP or hostname on PORT (default PORT=514/UDP)\n" \ + "\t-L\t\tLog locally and via network logging (default is network only)") #ifdef BB_FEATURE_SIMPLE_TAIL |