summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Farnum <gregory.farnum@dreamhost.com>2012-04-03 13:10:23 -0700
committerGreg Farnum <gregory.farnum@dreamhost.com>2012-04-03 13:10:23 -0700
commite80126ea689e9a972fbf09e8848fc4a2ade13c59 (patch)
treee750affb37074ce38e3367c4d36bf701f355cda1
parente06436e93087f9e7f22a283bb92108f5f0431cd5 (diff)
downloadceph-e80126ea689e9a972fbf09e8848fc4a2ade13c59.tar.gz
test: fix monmaptool help text
Broken by commit:15f0a3270fdcf09acce554313f2d0c0814a511e4 Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
-rw-r--r--src/test/cli/monmaptool/add-exists.t2
-rw-r--r--src/test/cli/monmaptool/help.t2
-rw-r--r--src/test/cli/monmaptool/rm-nonexistent.t2
-rw-r--r--src/test/cli/monmaptool/simple.t2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/test/cli/monmaptool/add-exists.t b/src/test/cli/monmaptool/add-exists.t
index 094ce85fc94..3e63138feb7 100644
--- a/src/test/cli/monmaptool/add-exists.t
+++ b/src/test/cli/monmaptool/add-exists.t
@@ -11,7 +11,7 @@
$ monmaptool --add foo 3.4.5.6:7890 mymonmap
monmaptool: monmap file mymonmap
monmaptool: map already contains mon.foo
- usage: [--print] [--create [--clobber]] [--add name 1.2.3.4:567] [--rm name] <mapfilename>
+ usage: [--print] [--create [--clobber][--fsid uuid]] [--add name 1.2.3.4:567] [--rm name] <mapfilename>
[1]
$ monmaptool --print mymonmap
diff --git a/src/test/cli/monmaptool/help.t b/src/test/cli/monmaptool/help.t
index f39cff4e2f9..af44180b58f 100644
--- a/src/test/cli/monmaptool/help.t
+++ b/src/test/cli/monmaptool/help.t
@@ -1,3 +1,3 @@
$ monmaptool --help
- usage: [--print] [--create [--clobber]] [--add name 1.2.3.4:567] [--rm name] <mapfilename>
+ usage: [--print] [--create [--clobber][--fsid uuid]] [--add name 1.2.3.4:567] [--rm name] <mapfilename>
[1]
diff --git a/src/test/cli/monmaptool/rm-nonexistent.t b/src/test/cli/monmaptool/rm-nonexistent.t
index 81ad9f9a332..a3849b95e02 100644
--- a/src/test/cli/monmaptool/rm-nonexistent.t
+++ b/src/test/cli/monmaptool/rm-nonexistent.t
@@ -9,7 +9,7 @@
monmaptool: monmap file mymonmap
monmaptool: removing doesnotexist
monmaptool: map does not contain doesnotexist
- usage: [--print] [--create [--clobber]] [--add name 1.2.3.4:567] [--rm name] <mapfilename>
+ usage: [--print] [--create [--clobber][--fsid uuid]] [--add name 1.2.3.4:567] [--rm name] <mapfilename>
[1]
$ monmaptool --print mymonmap
diff --git a/src/test/cli/monmaptool/simple.t b/src/test/cli/monmaptool/simple.t
index 0eae4bbdc69..1d59f766276 100644
--- a/src/test/cli/monmaptool/simple.t
+++ b/src/test/cli/monmaptool/simple.t
@@ -1,4 +1,4 @@
$ monmaptool
monmaptool: must specify monmap filename
- usage: [--print] [--create [--clobber]] [--add name 1.2.3.4:567] [--rm name] <mapfilename>
+ usage: [--print] [--create [--clobber][--fsid uuid]] [--add name 1.2.3.4:567] [--rm name] <mapfilename>
[1]