diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2000-07-18 08:56:54 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2000-07-18 08:56:54 +0000 |
| commit | b0fe2da816ed39e9946ddca0e21ed659d8b2c920 (patch) | |
| tree | bde15309eb167b6914def663b3d4c8c6716ccfe0 /usr.bin/logger/logger.1 | |
| parent | 69410314619ff6c1f3d1bcdb8aea6824e80fc432 (diff) | |
Notes
Diffstat (limited to 'usr.bin/logger/logger.1')
| -rw-r--r-- | usr.bin/logger/logger.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index 9062fb341833..a5f52a29f13b 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -42,6 +42,7 @@ .Nm .Op Fl is .Op Fl f Ar file +.Op Fl h Ar host .Op Fl p Ar pri .Op Fl t Ar tag .Op Ar message ... @@ -60,6 +61,10 @@ with each line. Log the message to standard error, as well as the system log. .It Fl f Ar file Log the specified file. +.It Fl h Ar host +Send the message to the remote system +.Ar host +instead of logging it locally. .It Fl p Ar pri Enter the message with the specified priority. The priority may be specified numerically or as a ``facility.level'' |
