summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMark Karpilovskij <mark.karpilovskij@nic.cz>2018-08-31 15:10:20 +0200
committerDaniel Salzman <daniel.salzman@nic.cz>2018-10-22 16:00:37 +0200
commit219a364ef15a17e9a765503dfe25704572a1dea9 (patch)
tree2fa9a95b7b4356dceb88749230b1527c834f4db7 /doc
parentFix import (diff)
downloadknot-219a364ef15a17e9a765503dfe25704572a1dea9.tar.xz
knot-219a364ef15a17e9a765503dfe25704572a1dea9.zip
knotc: add an option to force a single zone operation
Diffstat (limited to 'doc')
-rw-r--r--doc/man/knotc.8in2
-rw-r--r--doc/man_knotc.rst2
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/knotc.8in b/doc/man/knotc.8in
index 6fa4cbe51..0951e0b99 100644
--- a/doc/man/knotc.8in
+++ b/doc/man/knotc.8in
@@ -229,6 +229,8 @@ Use \fB@\fP \fIowner\fP to denote the zone name.
Type \fIitem\fP parameter in the form of \fIsection\fP[\fB[\fP\fIid\fP\fB]\fP][\fB\&.\fP\fIname\fP].
.sp
(*) indicates a local operation which requires a configuration.
+.sp
+Use \fB\-\-force\fP or \fB\-f\fP as the first parameter of any command to force it.
.SS Interactive mode
.sp
The utility provides interactive mode with basic line editing functionality,
diff --git a/doc/man_knotc.rst b/doc/man_knotc.rst
index 7798e56c4..51bcfad8b 100644
--- a/doc/man_knotc.rst
+++ b/doc/man_knotc.rst
@@ -208,6 +208,8 @@ Type *item* parameter in the form of *section*\ [**[**\ *id*\ **]**\ ][**.**\ *n
(*) indicates a local operation which requires a configuration.
+Use **--force** or **-f** as the first parameter of any command to force it.
+
Interactive mode
................