From 2d02a1ad39f5b19e84463cbe12d6ddef1962dae9 Mon Sep 17 00:00:00 2001 From: Michael Eischer <9106997+MichaelEischer@users.noreply.github.com> Date: Sat, 13 Jun 2026 16:47:15 +0200 Subject: [PATCH] doc: clarify forget --prune --json output (#21878) --- doc/075_scripting.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/075_scripting.rst b/doc/075_scripting.rst index 5c44514bd..1e3931411 100644 --- a/doc/075_scripting.rst +++ b/doc/075_scripting.rst @@ -534,6 +534,8 @@ forget The ``forget`` command prints a single JSON document containing an array of ForgetGroups. If specific snapshot IDs are specified, then no output is generated. +When using the ``--prune`` option, its output is appended in the JSON lines format. + ForgetGroup ^^^^^^^^^^^