mirror of
https://github.com/ceph/ceph
synced 2025-01-15 07:23:16 +00:00
15c272e8df
I've found the manpage problem that I've noted before. It's about monmaptool, the CLI says it's usage: [--print] [--create [--clobber]] [--add name 1.2.3.4:567] [--rm name] <mapfilename> But the manpage states this as an example: monmaptool --create --add 192.168.0.10:6789 --add 192.168.0.11:6789 --add 192.168.0.12:6789 --clobber monmap This definitely misses 'name' after the 'add' switch, resulting: "invalid ip:port '--add'" as an error message. Attached patch fixes this inconsistency. Signed-off-by: Laszlo Boszormenyi <gcs@debian.hu> |
||
---|---|---|
.. | ||
cauthtool.8 | ||
cclass.8 | ||
cclsinfo.8 | ||
cconf.8 | ||
cdebugpack.8 | ||
ceph.8 | ||
cfuse.8 | ||
cmds.8 | ||
cmon.8 | ||
cosd.8 | ||
crun.8 | ||
crushtool.8 | ||
csyn.8 | ||
Makefile.am | ||
mkcephfs.8 | ||
monmaptool.8 | ||
mount.ceph.8 | ||
osdmaptool.8 | ||
rados.8 | ||
radosgw_admin.8 | ||
radosgw.8 | ||
rbd.8 |