diff options
author | Jérémy Lal <kapouer@melix.org> | 2011-02-24 08:06:56 +0800 |
---|---|---|
committer | Antonin Kral <a.kral@bobek.cz> | 2011-02-24 15:24:06 +0800 |
commit | 7d5b872c129822f56f480e890411e75870292a76 (patch) | |
tree | 5193bf106b977171f19073ad3430ed7a16466edb /debian/manpages/mongostat.1 | |
parent | 098090c0212f33df41e6dbda0314fdcda23f8642 (diff) | |
download | mongodb-7d5b872c129822f56f480e890411e75870292a76.tar.gz |
Switch to CDBS, use dh_installman, dh_lintian, remove unused manpage, add gbp.conf to filter out debian/* files from upstream tarball. Explain that in README.source.
Diffstat (limited to 'debian/manpages/mongostat.1')
-rw-r--r-- | debian/manpages/mongostat.1 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/debian/manpages/mongostat.1 b/debian/manpages/mongostat.1 new file mode 100644 index 0000000..e219060 --- /dev/null +++ b/debian/manpages/mongostat.1 @@ -0,0 +1,39 @@ +.\" Documentation for the MongoDB shell +.TH MONGOSTAT "1" "March 2010" "10gen" "Mongo Database" +.SH "NAME" +mongostat \- view statistics on a running mongod instance +.SH "SYNOPSIS" +\fBmongostat [\fIOPTIONS\fR] +.SH "DESCRIPTION" +.PP +\fBmongostat\fR +prints statistics on a running mongod instance. +.SH "OPTIONS" +.TP +.B \-\-help +show usage information +.TP +.B \-h, \-\-host HOST +mongo host to connect to (use "left,right" for pairs) +\" .TP +\" .B \-\-port PORT +\" port to connect to (default PORT=27017) +.TP +.B \-d, \-\-db ARG +db to use +.TP +.B \-c, \-\-collection ARG +collection to use (some commands) +.TP +.B \-u, \-\-username USERNAME +specify user to log in as +.TP +.B \-p, \-\-password PASSWORD +specify password of user (notice there is no space) +.SH "COPYRIGHT" +.PP +Copyright 2010 10gen +.SH "SEE ALSO" +For more information, please refer to the MongoDB wiki, available at http://www.mongodb.org. +.SH "AUTHOR" +Eliot Horowitz |