summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRichard Kreuter <richard@10gen.com>2011-03-17 15:37:47 -0400
committerRichard Kreuter <richard@10gen.com>2011-03-18 11:05:32 -0400
commitc59ba3a0838fd0373d06888a3f93cec7a50d79f2 (patch)
tree60f5067434b0908f4bf7a4d241c2688ae8ba2edf /debian
parent451f248452286fc28700122c22941702f964e8fa (diff)
downloadmongo-c59ba3a0838fd0373d06888a3f93cec7a50d79f2.tar.gz
Document --version in man pages. Cf. SERVER-2691.
Diffstat (limited to 'debian')
-rw-r--r--debian/bsondump.13
-rw-r--r--debian/mongodump.13
-rw-r--r--debian/mongoexport.13
-rw-r--r--debian/mongofiles.13
-rw-r--r--debian/mongoimport.13
-rw-r--r--debian/mongorestore.13
-rw-r--r--debian/mongostat.13
7 files changed, 21 insertions, 0 deletions
diff --git a/debian/bsondump.1 b/debian/bsondump.1
index 268f5723fa0..d3ea4b17c07 100644
--- a/debian/bsondump.1
+++ b/debian/bsondump.1
@@ -8,6 +8,9 @@ options:
\fB\-\-help\fR
produce help message
.TP
+.B \-\-version
+show version information
+.TP
\fB\-v\fR [ \fB\-\-verbose\fR ]
be more verbose (include multiple times for more
verbosity e.g. \fB\-vvvvv\fR)
diff --git a/debian/mongodump.1 b/debian/mongodump.1
index 802ba5155ac..02044f33939 100644
--- a/debian/mongodump.1
+++ b/debian/mongodump.1
@@ -12,6 +12,9 @@ is a tool to output a binary representation of a database. It is mostly used fo
.B \-\-help
show usage information
.TP
+.B \-\-version
+show version information
+.TP
.B \-h, \-\-host HOST
server to connect to (default HOST=localhost)
.TP
diff --git a/debian/mongoexport.1 b/debian/mongoexport.1
index 19640bad57d..37f54ae99dd 100644
--- a/debian/mongoexport.1
+++ b/debian/mongoexport.1
@@ -18,6 +18,9 @@ export documents from test.test1 in CSV format
.B \-\-help
show usage information
.TP
+.B \-\-version
+show version information
+.TP
.B \-v, \-\-verbose
be more verbose (include multiple times for more verbosity
e.g. \-vvvvv)
diff --git a/debian/mongofiles.1 b/debian/mongofiles.1
index 07630baa5b9..57adb6c22fb 100644
--- a/debian/mongofiles.1
+++ b/debian/mongofiles.1
@@ -42,6 +42,9 @@ retrieves photo.jpg from test.fs.files and saves it locally
.B \-\-help
show usage information
.TP
+.B \-\-version
+show version information
+.TP
.B \-v, \-\-verbose
be more verbose (include multiple times for more verbosity
e.g. \-vvvvv)
diff --git a/debian/mongoimport.1 b/debian/mongoimport.1
index 689a5910b6a..f75dbde326e 100644
--- a/debian/mongoimport.1
+++ b/debian/mongoimport.1
@@ -16,6 +16,9 @@ is a tool to import a MongoDB collection from JSON, CSV, or TSV. The query can b
.B \-\-help
show usage information
.TP
+.B \-\-version
+show version information
+.TP
.B \-v, \-\-verbose
be more verbose (include multiple times for more verbosity
e.g. \-vvvvv)
diff --git a/debian/mongorestore.1 b/debian/mongorestore.1
index fc4b9b3b93f..7dbfe8a0a2a 100644
--- a/debian/mongorestore.1
+++ b/debian/mongorestore.1
@@ -12,6 +12,9 @@ is a tool to use the output from mongodump to restore a database.
.B \-\-help
show usage information
.TP
+.B \-\-version
+show version information
+.TP
.B \-h, \-\-host HOST
server to connect to (default HOST=localhost)
.TP
diff --git a/debian/mongostat.1 b/debian/mongostat.1
index 267856e7702..d55ad48ece9 100644
--- a/debian/mongostat.1
+++ b/debian/mongostat.1
@@ -13,6 +13,9 @@ time to wait (in seconds) between calls to servers
.B \-\-help
produce help message
.TP
+.B \-\-version
+show version information
+.TP
.B \-v, \-\-verbose
be more verbose (include multiple times for more verbosity
e.g. \-vvvvv)