* man/gacutil.1: Basic man page for gacutil. This doesn't include
[mono.git] / man / gacutil.1
1 .TH "gacutil" 1
2 .SH NAME
3 gacutil \- Mono Global Assembly Cache Utility
4 .SH SYNOPSIS
5 .B gacutil
6 <commands> [ <options> ]
7 .SH DESCRIPTION
8 gacutil in the Mono Global Assembly Cache Utility. This utility allows
9 you to install, remove and list Assemblies in the Global Assembly Cache.
10 .SH OPTIONS
11 .TP
12 .B \//i <assembly_path> [ /f ]
13 Installs an assembly into the global assembly cache.
14 .TP
15 .B \//il <assembly_path_list_file> [ /f ]
16 Installs one or more assemblies into the global assembly cache
17 .TP
18 .B \//u <assembly_display_name>
19 Uninstalls an assembly from the global assembly cache
20 .TP
21 .B \//ul <assembly_display_name_list_file>
22 Uninstalls one or more assemblies from the global assembly cache
23 .TP
24 .B \//l
25 List the global assembly cache
26 .TP
27 .B \//?
28 Displays a detailed help screen