diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2023-10-23 13:17:55 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2023-10-25 19:41:53 +0200 |
commit | a5f5c33bd5a00529af128bbbea8e2edddd87da25 (patch) | |
tree | 09db8f11dfa5f374631d101ce8e746dc30e84701 /doc/man_keymgr.rst | |
parent | configure: remove server version from the summary and add configure parameters (diff) | |
download | knot-a5f5c33bd5a00529af128bbbea8e2edddd87da25.tar.xz knot-a5f5c33bd5a00529af128bbbea8e2edddd87da25.zip |
utils: add the "-VV" option for listing compile time configuration summary
Diffstat (limited to 'doc/man_keymgr.rst')
-rw-r--r-- | doc/man_keymgr.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man_keymgr.rst b/doc/man_keymgr.rst index 481292d1b..503cac504 100644 --- a/doc/man_keymgr.rst +++ b/doc/man_keymgr.rst @@ -73,7 +73,8 @@ Options Print the program help. **-V**, **--version** - Print the program version. + Print the program version. The option **-VV** makes the program + print the compile time configuration summary. .. NOTE:: Keymgr runs with the same user privileges as configured for :doc:`knotd<man_knotd>`. |