* man/gacutil.1: Basic man page for gacutil. This doesn't include
authorJackson Harper <jackson@novell.com>
Mon, 3 May 2004 18:06:25 +0000 (18:06 -0000)
committerJackson Harper <jackson@novell.com>
Mon, 3 May 2004 18:06:25 +0000 (18:06 -0000)
the new non-standard options yet.

svn path=/trunk/mono/; revision=26617

ChangeLog
man/gacutil.1 [new file with mode: 0644]

index 80a016baa86357593d2259f823231a13e93fcca7..bd756e8fcaeaf77d944ebf88d89af55bd72f2940 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-03  Jackson Harper  <jackson@ximian.com>
+
+       * man/gacutil.1: Basic man page for gacutil. This doesn't include
+       the new non-standard options yet.
+       
 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * data/machine.config: added version and publickeytoken.
diff --git a/man/gacutil.1 b/man/gacutil.1
new file mode 100644 (file)
index 0000000..85e8ea8
--- /dev/null
@@ -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