diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-10-30 10:52:59 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-10-30 10:52:59 -0230 |
commit | 2d6181dee1f8d08162beba9d5627c1ff994295dc (patch) | |
tree | 072f5b41df94a553d4a14ebe9903893cae5c67b2 /man | |
parent | Added man pages for icegriddb/icestormdb (diff) | |
download | ice-2d6181dee1f8d08162beba9d5627c1ff994295dc.tar.bz2 ice-2d6181dee1f8d08162beba9d5627c1ff994295dc.tar.xz ice-2d6181dee1f8d08162beba9d5627c1ff994295dc.zip |
Added missing options to icegridadmin man page
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/icegridadmin.1 | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/man/man1/icegridadmin.1 b/man/man1/icegridadmin.1 index a35b2ee2bc7..526032d1382 100644 --- a/man/man1/icegridadmin.1 +++ b/man/man1/icegridadmin.1 @@ -10,10 +10,10 @@ icegridadmin [options] .SH DESCRIPTION -The icegridadmin utility is a command-line tool for administering an IceGrid -domain. Deploying an application with this utility requires an XML file that -defines the descriptors. Full documentation for icegridadmin is available -online at: +The icegridadmin utility is a command-line tool for administering an IceGrid +domain. Deploying an application with this utility requires an XML file that +defines the descriptors. Full documentation for icegridadmin is available +online at: .br "https://doc.zeroc.com/display/Ice36/icegridadmin+Command+Line+Tool". @@ -45,7 +45,22 @@ Print debug messages. Start icegridadmin as a server (to parse XML files). .TP -.BR\-u ", " \-\-username\fR +.BR \-i ", " \-\-instanceName\fR +.br +Connect to the registry with the given instance name. + +.TP +.BR \-H ", " \-\-host\fR +.br +Connect to the registry at the given host. + +.TP +.BR \-P ", " \-\-port\fR +.br +Connect to the registry running on the given port. + +.TP +.BR \-u ", " \-\-username\fR .br Login with the given username. |