From d156fde540ffa942469e3d2924b8b8773921fb32 Mon Sep 17 00:00:00 2001 From: Jaroslav Rohel Date: Fri, 22 Sep 2023 12:07:27 +0200 Subject: [PATCH] [dnf5] Document "--dump-main-config" and "--dump-repo-config" --- doc/dnf5.8.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/dnf5.8.rst b/doc/dnf5.8.rst index 1ce29a9cf..dfbc77014 100644 --- a/doc/dnf5.8.rst +++ b/doc/dnf5.8.rst @@ -175,6 +175,14 @@ Following options are applicable in the general context for any ``dnf5`` command | This is a list option which can be specified multiple times. | Accepted values are ids, or a glob of ids. +``--dump-main-config`` + | Print main configuration values to stdout. + +``--dump-repo-config=REPO_ID,...`` + | Print repository configuration values to stdout. + | This is a list option which can be specified multiple times. + | Accepted values are ids, or a glob of ids. + ``--dump-variables`` | Print variable values to stdout.