Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Harper <jackson@novell.com>2004-05-03 22:06:25 +0400
committerJackson Harper <jackson@novell.com>2004-05-03 22:06:25 +0400
commita258d27e4f25dc17b99e1bb8ad0cf8854c2b0c9b (patch)
treec865ddb7829667f2a3103bbb241ff207cf5e7106 /man/gacutil.1
parent0b40de8176a791a380718e4efeee554ea048cb19 (diff)
* man/gacutil.1: Basic man page for gacutil. This doesn't include
the new non-standard options yet. svn path=/trunk/mono/; revision=26617
Diffstat (limited to 'man/gacutil.1')
-rw-r--r--man/gacutil.128
1 files changed, 28 insertions, 0 deletions
diff --git a/man/gacutil.1 b/man/gacutil.1
new file mode 100644
index 00000000000..85e8ea8ff70
--- /dev/null
+++ b/man/gacutil.1
@@ -0,0 +1,28 @@
+.TH "gacutil" 1
+.SH NAME
+gacutil \- Mono Global Assembly Cache Utility
+.SH SYNOPSIS
+.B gacutil
+<commands> [ <options> ]
+.SH DESCRIPTION
+gacutil in the Mono Global Assembly Cache Utility. This utility allows
+you to install, remove and list Assemblies in the Global Assembly Cache.
+.SH OPTIONS
+.TP
+.B \//i <assembly_path> [ /f ]
+Installs an assembly into the global assembly cache.
+.TP
+.B \//il <assembly_path_list_file> [ /f ]
+Installs one or more assemblies into the global assembly cache
+.TP
+.B \//u <assembly_display_name>
+Uninstalls an assembly from the global assembly cache
+.TP
+.B \//ul <assembly_display_name_list_file>
+Uninstalls one or more assemblies from the global assembly cache
+.TP
+.B \//l
+List the global assembly cache
+.TP
+.B \//?
+Displays a detailed help screen