diff options
Diffstat (limited to 'vlogger.8')
-rw-r--r-- | vlogger.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vlogger.8 b/vlogger.8 index 4a9b19d..d2e88ff 100644 --- a/vlogger.8 +++ b/vlogger.8 @@ -10,6 +10,7 @@ .Op Fl f Ar file .Op Fl p Ar pri .Op Fl t Ar tag +.Op Ar message ... .Sh DESCRIPTION By default, .Nm @@ -40,7 +41,7 @@ as default .Ar tag . .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width "-f file" .It Fl f Ar file Read lines from the specified .Ar file . @@ -86,6 +87,10 @@ Defines the .Pa ident which is used as prefix for each log message or passed as first argument to .Pa /etc/vlogger . +.It Ar message +Write the +.Ar message +to the log. .El .Sh FACILITIES .Bl -tag -width 11n -compact |