From c0847c87ecb64e7f0b1523d538abfa22beb0ff3c Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Mon, 29 Dec 2025 02:07:26 +0200 Subject: [PATCH] gacutil: fix uninstall flag (#20326) --- pages/common/gacutil.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/gacutil.md b/pages/common/gacutil.md index 8048a14a05..e32ed913d0 100644 --- a/pages/common/gacutil.md +++ b/pages/common/gacutil.md @@ -1,6 +1,6 @@ # gacutil -> Global Assembly Cache (CAG) management utility. +> Global Assembly Cache (GAC) management utility. > More information: . - Install the specified assembly into GAC: @@ -9,7 +9,7 @@ - Uninstall the specified assembly from GAC: -`gacutil -i {{assembly_display_name}}` +`gacutil -u {{assembly_display_name}}` - Print the content of GAC: