From d43521c7f5c03b7e5f9b86161d82cbc546226ad6 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Mon, 15 Sep 2008 17:01:19 +0200 Subject: [PATCH] Document new options --- man/man8/radmin.8 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/man/man8/radmin.8 b/man/man8/radmin.8 index b602da7..e1dbb7f 100644 --- a/man/man8/radmin.8 +++ b/man/man8/radmin.8 @@ -9,8 +9,12 @@ radmin - FreeRADIUS Administration tool .IR command ] .RB [ \-f .IR socket_file ] +.RB [ \-i +.IR input_file ] .RB [ \-n .IR name ] +.RB [ \-o +.IR output_file ] .RB [ \-q ] .SH DESCRIPTION FreeRADIUS Server administration tool that connects to the control @@ -39,8 +43,14 @@ control socket filename. Run \fIcommand\fP and exit. .IP "\-f \fIsocket_file\fP" Specify the socket filename directly. The radiusd.conf file is not read. +.IP "\-i \fIinput_file\fP" +Reads input from the specified file. If not specified, stdin is used. +This also sets "-q". .IP "\-n \fImname\fP" Read \fIraddb/name.conf\fP instead of \fIraddb/radiusd.conf\fP. +.IP "\-o \fIoutput_file\fP" +Write output to the specified file. If not specified, stdout is used. +This also sets "-q". .IP \-q Quiet mode. .SH COMMANDS -- 2.1.4