From 19facfbb76e73ecb887e16d77d2623b235472c71 Mon Sep 17 00:00:00 2001 From: Shruti Deshpande Date: Thu, 3 Jul 2025 17:10:44 +0530 Subject: [PATCH] must gather attribute fix Signed-off-by: Shruti Deshpande --- modules/using-must-gather.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/using-must-gather.adoc b/modules/using-must-gather.adoc index ca1de6a7e653..8ed6182f03f9 100644 --- a/modules/using-must-gather.adoc +++ b/modules/using-must-gather.adoc @@ -16,7 +16,7 @@ The `must-gather` tool generates a Markdown output file with the collected infor For more information about the supported flags, use the help flag with the `must-gather` tool as shown in the following example: -[source,terminal] +[source,terminal,subs="attributes+"] ---- $ oc adm must-gather --image={must-gather-v1-5} -- /usr/bin/gather -h ----