From d1d04f19bb4b42c9fab914eba1505bcad4a047e4 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 23 Feb 2026 22:08:30 -0500 Subject: [PATCH] doc/README.rst: reformat defaults I think they will look better on the same line as the option. --- doc/README.rst | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/doc/README.rst b/doc/README.rst index f744624..d597cde 100644 --- a/doc/README.rst +++ b/doc/README.rst @@ -46,27 +46,25 @@ installation: host (required) The hostname or IP address where the Untangle web UI is available. -username - (default: admin) The Untangle admin username. +username (default: admin) + The Untangle admin username. password (required) The Untangle admin password. -version - (default: 14.1) The version of Untangle running on this host. Note - that new version options are added only when compatibility breaks. -verify_cert - (default: False) Whether or not to verify the site's SSL - certificate, either ``True`` or ``False``. -timeout - (default: 300) How long to wait for socket operations to complete, - in seconds. +version (default: 14.1) + The version of Untangle running on this host. Note that new version + options are added only when compatibility breaks. +verify_cert (default: False) + Whether or not to verify the site's SSL certificate, either True or + False. +timeout (default: 300) + How long to wait for socket operations to complete, in seconds. Options ======= ---config-file, -c - (default: /etc/untangle-https-backup.ini) Path to the configuration - file. +--config-file, -c (default: /etc/untangle-https-backup.ini) + Path to the configuration file. Examples -- 2.51.0