diff options
author | Oto Šťáva <oto.stava@nic.cz> | 2024-03-18 12:21:28 +0100 |
---|---|---|
committer | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-12-03 11:50:01 +0100 |
commit | 243b30c9dbdc1500706db029f88c6c1d3bed3e08 (patch) | |
tree | a975219f9a187e46206081033a4484ac099ccc41 /doc | |
parent | kresctl debug: adjust defaults, documentation (diff) | |
download | knot-resolver-243b30c9dbdc1500706db029f88c6c1d3bed3e08.tar.xz knot-resolver-243b30c9dbdc1500706db029f88c6c1d3bed3e08.zip |
kresctl debug: add --print-only and be silent by default
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/manager-client.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/manager-client.rst b/doc/user/manager-client.rst index 03a2d9eb..7d43a07f 100644 --- a/doc/user/manager-client.rst +++ b/doc/user/manager-client.rst @@ -382,6 +382,11 @@ single ``kresctl`` command. Use a custom GDB executable. This may be a command on ``PATH``, or an absolute path to an executable. + .. option:: --print-only + + Prints the GDB command line into ``stderr`` as a Python array, does not + execute GDB. + .. _manager-client-subprocess-types: |