From c5a248640eaea0184c37bb9687accc3aa3475ab6 Mon Sep 17 00:00:00 2001 From: redteampanda-ng <31235211+redteampanda-ng@users.noreply.github.com> Date: Tue, 11 Nov 2025 14:53:00 +0100 Subject: [PATCH] chore: remove old flag --- usage/output-options.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/usage/output-options.rst b/usage/output-options.rst index 645152a..cfb0a9b 100644 --- a/usage/output-options.rst +++ b/usage/output-options.rst @@ -97,11 +97,7 @@ JSON Output (.json) The JSON output file can be configured with these options: -* **--json** (deprecated since THOR 10.7, use ``--jsonv2``) - - * Create a JSON output file - -* **--jsonv2** (THOR >= 10.7) +* **--jsonv2** * Use the JSON v2 format, which is easier to parse than the old v1 format. * This can be used with ``--jsonfile``.