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: