Skip to content
Snippets Groups Projects
Commit 708400df authored by Daniel Salzman's avatar Daniel Salzman
Browse files

doc: fix default algo note

parent 036614f8
Branches
Tags v1.4.0
No related merge requests found
......@@ -40,7 +40,8 @@ Parameters:
-s <server> Remote UNIX socket/IP address (default
$@{rundir@}/knot.sock).
-p <port> Remote server port (only for IP).
-y <[hmac:]name:key> Use key specified on the command line.
-y <[hmac:]name:key> Use key specified on the command line
(default algorithm is hmac-md5).
-k <file> Use key file (as in config section 'keys').
-f, --force Force operation - override some checks.
-v, --verbose Verbose mode - additional runtime information.
......
......@@ -18,11 +18,10 @@ Remote UNIX socket/IP address (default @run_dir@/knot.sock).
Remote server port (only for IP).
.TP
\fB\-y\fR [\fIhmac\fR:]\fIname\fR:\fIkey\fR
Use key specified on the command line.
Use key specified on the command line (default algorithm is hmac\-md5).
.TP
\fB\-k\fR \fIfile\fR
Use key file (as in config section 'keys').
(default algorithm is hmac\-md5).
.TP
\fB\-f\fR, \fB\-\-force\fR
Force operation \- override some checks.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment