From 40d2873f160c5cea8c507b8b312271d862d88b4a Mon Sep 17 00:00:00 2001 From: Shane Holloman Date: Wed, 27 Nov 2024 12:02:40 +1300 Subject: [PATCH] fix: correct indentation in XML export usage examples --- docs/briefs/brief-xml-export.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/briefs/brief-xml-export.md b/docs/briefs/brief-xml-export.md index e9a7c9c..54a4b2c 100644 --- a/docs/briefs/brief-xml-export.md +++ b/docs/briefs/brief-xml-export.md @@ -14,10 +14,10 @@ This brief outlines the implementation plan for adding XML export capability to - Optional flag `--xml-output=` to specify custom output filename - Usage examples: - ```bash - codemapper --xml repo-url # Generate standard XML output - codemapper --xml --xml-output=custom.xml repo-url # Custom filename - ``` + ```bash + codemapper --xml repo-url # Generate standard XML output + codemapper --xml --xml-output=custom.xml repo-url # Custom filename + ``` ### XML Content Scope