diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-03-03 18:30:50 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-03-03 18:30:50 -0500 |
commit | 17b678a51eafc4329c2b0d0dcaa27e9c94d6d712 (patch) | |
tree | 4af04226fa45ffa90f555e9017cd32e024266210 | |
parent | Small fixes to man pages (diff) | |
download | ice-17b678a51eafc4329c2b0d0dcaa27e9c94d6d712.tar.bz2 ice-17b678a51eafc4329c2b0d0dcaa27e9c94d6d712.tar.xz ice-17b678a51eafc4329c2b0d0dcaa27e9c94d6d712.zip |
More man page fixes
-rw-r--r-- | man/man1/icegriddb.1 | 25 | ||||
-rw-r--r-- | man/man1/icegridnode.1 | 5 | ||||
-rw-r--r-- | man/man1/icegridregistry.1 | 5 | ||||
-rw-r--r-- | man/man1/icestormdb.1 | 24 |
4 files changed, 42 insertions, 17 deletions
diff --git a/man/man1/icegriddb.1 b/man/man1/icegriddb.1 index 8084771b0db..54f1c675075 100644 --- a/man/man1/icegriddb.1 +++ b/man/man1/icegriddb.1 @@ -14,7 +14,7 @@ The icegriddb utility is a command-line tool for importing and exporting IceGrid databases. Full documentation for icegriddb is available online at: .br -https://doc.zeroc.com/display/Ice37/icegriddb+Command+Line+Tool +https://doc.zeroc.com/display/Ice37/IceGrid+Database+Utility .SH OPTIONS @@ -29,29 +29,34 @@ Show program help. Display the Ice version. .TP -.BR \-d ", " \-\-debug\fR +.BR \-\-import " " FILE\fR .br -Print debug messages. +Import database from the specifed file. .TP -.BR \-\-import " " FILE\fR +.BR \-\-export " " FILE\fR .br -Import database from specifed file. +Export database to the specified file. .TP -.BR \-\-export " " FILE\fR +.BR \-\-dbpath " " DIR\fR .br -Export database to specified file. +Source or target database environment. .TP -.BR \-\-dbhome " " DIR\fR +.BR \-\-mapsize " " VALUE\fR .br -The database directory. +Set LMDB map size in MB (optional, import only). .TP .BR \-\-server\-version " " VER\fR .br -Set Ice version on imported servers. +Set Ice version for IceGrid servers (optional, import only). + +.TP +.BR \-d ", " \-\-debug\fR +.br +Print debug messages. .SH SEE ALSO diff --git a/man/man1/icegridnode.1 b/man/man1/icegridnode.1 index 39620816412..3312b0c304e 100644 --- a/man/man1/icegridnode.1 +++ b/man/man1/icegridnode.1 @@ -63,6 +63,11 @@ Do not print security warnings. Start the collocated master registry in read-only mode. .TP +.BR \-\-initdb\-from\-replica " " REPLICA +.br +Initialize the collocated registry database from the given replica. + +.TP .BR \-\-deploy " " DESCRIPTOR " " [TARGET1 " " [TARGET2 " " ...]]\fR .br Add or update descriptor in file DESCRIPTOR, with optional targets. diff --git a/man/man1/icegridregistry.1 b/man/man1/icegridregistry.1 index 2305111cbcd..b96f2b4c69d 100644 --- a/man/man1/icegridregistry.1 +++ b/man/man1/icegridregistry.1 @@ -60,6 +60,11 @@ Do not print security warnings. .br Start the master registry in read-only mode. +TP +.BR \-\-initdb\-from\-replica " " REPLICA +.br +Initialize the registry database from the given replica. + .SH SEE ALSO .BR icegridadmin (1), diff --git a/man/man1/icestormdb.1 b/man/man1/icestormdb.1 index 22f5286befb..4d0443d8cc1 100644 --- a/man/man1/icestormdb.1 +++ b/man/man1/icestormdb.1 @@ -14,7 +14,7 @@ The icestormdb utility is a command-line tool for importing and exporting IceSto databases. Full documentation for icestormdb is available online at: .br -https://doc.zeroc.com/display/Ice37/icestormdb+Command+Line+Tool +https://doc.zeroc.com/display/Ice37/IceStorm+Database+Utility .SH OPTIONS @@ -29,24 +29,34 @@ Show program help. Display the Ice version. .TP -.BR \-d ", " \-\-debug\fR +.BR \-v ", " \-\-version\fR .br -Print debug messages. +Display the Ice version. .TP .BR \-\-import " " FILE\fR .br -Import database from specifed file. +Import database from the specifed file. .TP .BR \-\-export " " FILE\fR .br -Export database to specified file. +Export database to the specified file. + +.TP +.BR \-\-dbpath " " DIR\fR +.br +Source or target database environment. + +.TP +.BR \-\-mapsize " " VALUE\fR +.br +Set LMDB map size in MB (optional, import only). .TP -.BR \-\-dbhome " " DIR\fR +.BR \-d ", " \-\-debug\fR .br -The database directory. +Print debug messages. .SH SEE ALSO |