From: xie xingguo Date: Thu, 8 Jun 2017 12:27:06 +0000 (+0800) Subject: mon/MonCommand: fix description of "osd rm" command X-Git-Tag: v12.1.0~143^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=677adc3642deb4de192b85ab35176cff1200e30d;p=ceph.git mon/MonCommand: fix description of "osd rm" command Signed-off-by: xie xingguo --- diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index 0569c78a556..19969422f54 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -654,7 +654,7 @@ COMMAND("osd in " \ "set osd(s) [...] in", "osd", "rw", "cli,rest") COMMAND("osd rm " \ "name=ids,type=CephString,n=N", \ - "remove osd(s) [...] in", "osd", "rw", "cli,rest") + "remove osd(s) [...]", "osd", "rw", "cli,rest") COMMAND("osd add-noout " \ "name=ids,type=CephString,n=N", \ "mark osd(s) [...] as noout, " \