From 13a86017a38cd418496617c0dfd40bcc4692e84c Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Thu, 14 Jan 2021 19:35:00 +0100 Subject: [PATCH] Start reviewing man pages #179 --- man/dnfdragora.rst | 5 ++++- man/dnfdragora_yaml.rst | 9 ++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/man/dnfdragora.rst b/man/dnfdragora.rst index f01f4aa1..19e6e749 100644 --- a/man/dnfdragora.rst +++ b/man/dnfdragora.rst @@ -1,7 +1,7 @@ :orphan: .. - Copyright (C) 2016-2017 Angelo Naselli and Neal Gompa + Copyright (C) 2016-2021 Angelo Naselli and Neal Gompa This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -77,6 +77,9 @@ can be run using Qt 5, GTK+ 3, or ncurses interfaces. ``--install `` Install local rpm packages. +``--update-only`` + Start a dialog showing only packages to update. + ``--version`` Show application version and exit. diff --git a/man/dnfdragora_yaml.rst b/man/dnfdragora_yaml.rst index b0166cdd..6deebf1f 100644 --- a/man/dnfdragora_yaml.rst +++ b/man/dnfdragora_yaml.rst @@ -29,13 +29,8 @@ DNFDragora by default uses the global configuration file at ``/etc/dnfdragora/dnfdragora.yaml``. -This can be overridden by specifying a different configuration-file in the -following ways: - - * Setting the environment variable $dnfdragora to the full path to the - configuration-file. - * Placing the configuration in ~/dnfdragora.yaml. - * Placing the configuration in the current working-directory. +User preferences are saved into ``~/.config/dnfdragora.yaml``, and can be all set +by using the related dialog under Options menu. The configuration-file will be looked up in the previous order of options.