From: Michael Orlitzky Date: Tue, 24 Feb 2026 03:08:30 +0000 (-0500) Subject: doc/README.rst: reformat defaults X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=refs%2Fremotes%2Fcodeberg%2Fmaster;p=untangle-https-backup.git doc/README.rst: reformat defaults I think they will look better on the same line as the option. --- 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