mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 16:01:40 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# gacutil
|
||||
|
||||
> Global Assembly Cache (CAG) management utility.
|
||||
> Global Assembly Cache (GAC) management utility.
|
||||
> More information: <https://manned.org/gacutil>.
|
||||
|
||||
- Install the specified assembly into GAC:
|
||||
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Uninstall the specified assembly from GAC:
|
||||
|
||||
`gacutil -i {{assembly_display_name}}`
|
||||
`gacutil -u {{assembly_display_name}}`
|
||||
|
||||
- Print the content of GAC:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user