Document new options
authorAlan T. DeKok <aland@freeradius.org>
Mon, 15 Sep 2008 15:01:19 +0000 (17:01 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 15 Sep 2008 15:01:19 +0000 (17:01 +0200)
man/man8/radmin.8

index b602da7..e1dbb7f 100644 (file)
@@ -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