diff options
Diffstat (limited to 'accel-cmd/accel-cmd.1')
-rw-r--r-- | accel-cmd/accel-cmd.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/accel-cmd/accel-cmd.1 b/accel-cmd/accel-cmd.1 index ee2766ef..634b4e35 100644 --- a/accel-cmd/accel-cmd.1 +++ b/accel-cmd/accel-cmd.1 @@ -11,6 +11,10 @@ accel-cmd \- send commands to accel-ppp .IR COMMAND "s to accel-ppp's tcp interface and displays the result on" .RI "standard output. If no " COMMAND " is supplied, then" .BR accel-cmd " reads and sends data from its standard input." +.P +The "help" +.IR COMMAND " can be used to get information about available " COMMAND "s and " +their syntax. .SH OPTIONS .TP .BR \-f " \fIFAMILY\fR, " \-\-family "=\fIFAMILY\fR" @@ -52,6 +56,9 @@ Display version number and exit. Display help message and exit. .SH EXAMPLES .TP +Get information about available commands: +$ accel-cmd help +.TP Send the "show sessions" command to accel-ppp on localhost and display \ the result on standard output: $ accel-cmd show sessions |