From 4bc6bb7e2731154a6b52a3285602e50e6ec3251b Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 31 Jan 2026 19:07:06 +0100 Subject: [PATCH] slightly reduce redundant wording --- doc/075_scripting.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/075_scripting.rst b/doc/075_scripting.rst index 299ea05ef..a24e597dd 100644 --- a/doc/075_scripting.rst +++ b/doc/075_scripting.rst @@ -14,8 +14,8 @@ Scripting ######################### -This section provides an overview of available environment variables and how -certain tasks may be accomplished when you use restic via scripts. +This section covers environment variables and how certain tasks may be accomplished +when you use restic via scripts. .. _environment-variables: @@ -23,7 +23,7 @@ Environment Variables ********************* In addition to command-line options, restic supports passing various options in -environment variables. The following lists these environment variables: +environment variables, which are listed below. .. code-block:: console