diff options
author | Jan Doskočil <jan.doskocil@nic.cz> | 2025-01-02 13:44:59 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2025-01-02 14:28:32 +0100 |
commit | 4ef89231a7caa87d5714aeb4ea27af0309eb2dbe (patch) | |
tree | 8b632130c0a1db3c3998c7494f206e2e5719af24 /doc | |
parent | Merge branch 'tests_socket_starting' into 'master' (diff) | |
download | knot-4ef89231a7caa87d5714aeb4ea27af0309eb2dbe.tar.xz knot-4ef89231a7caa87d5714aeb4ea27af0309eb2dbe.zip |
doc: knotc: describe the force option for zone-flush
Diffstat (limited to '')
-rw-r--r-- | doc/man_knotc.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/man_knotc.rst b/doc/man_knotc.rst index 20ca8a3dd..d44d6c067 100644 --- a/doc/man_knotc.rst +++ b/doc/man_knotc.rst @@ -128,9 +128,10 @@ Actions offline. (#) **zone-flush** [*zone*...] [**+outdir** *directory*] - Trigger a zone journal flush to the configured zone file. If an output - directory is specified, the current zone is immediately dumped (in the - blocking mode) to a zone file in the specified directory. See + Trigger a zone journal flush to the configured zone file. If zonefile + synchronization is disabled, the force option must be used. + If an output directory is specified, the current zone is immediately + dumped (in the blocking mode) to a zone file in the specified directory. See :ref:`Notes<notes>` below about the directory permissions. (#) **zone-backup** [*zone*...] **+backupdir** *directory* [*filter*...] |