diff options
author | Libor Peltan <libor.peltan@nic.cz> | 2021-08-02 18:30:21 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2021-09-05 20:23:04 +0200 |
commit | 29decc3eb18804409e8c68f16be602bda7ef6e51 (patch) | |
tree | 16bd1d9df79219cd6bb069109d28fac395dc0d07 /doc/man_keymgr.rst | |
parent | worker: rename task_t to worker_task_t to fix redefinition issues with liburc... (diff) | |
download | knot-29decc3eb18804409e8c68f16be602bda7ef6e51.tar.xz knot-29decc3eb18804409e8c68f16be602bda7ef6e51.zip |
keymgr: new -D param instead of deprecated -d
Diffstat (limited to 'doc/man_keymgr.rst')
-rw-r--r-- | doc/man_keymgr.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man_keymgr.rst b/doc/man_keymgr.rst index 19844bc0d..0c0dc1187 100644 --- a/doc/man_keymgr.rst +++ b/doc/man_keymgr.rst @@ -60,7 +60,7 @@ Config options The default configuration database, if exists, has a preference to the default configuration file. -**-d**, **--dir** *path* +**-D**, **--dir** *path* Use specified KASP database path and default configuration. .. NOTE:: |