From 5c70392720b925fdb8e12fa3ae7b85f7571f1844 Mon Sep 17 00:00:00 2001 From: Travis Rhoden Date: Fri, 17 Aug 2012 16:45:09 -0400 Subject: [PATCH] doc: mkcephfs man page, -c ceph.conf is not optional [ The following text is in the "ISO-8859-1" character set. ] [ Your display is set for the "ANSI_X3.4-1968" character set. ] [ Some characters may be displayed incorrectly. ] The man page for mkcephfs and the output of mkcephfs --help do not agree with each other. the man page says -c ceph.conf is optional, while mkcephfs --help says it is required. Through empirical evidence, I believe it is required. Update the man page to make it so. Signed-off-by: Travis Rhoden --- doc/man/8/mkcephfs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/8/mkcephfs.rst b/doc/man/8/mkcephfs.rst index ddc378ae40378..5d0c99523564a 100644 --- a/doc/man/8/mkcephfs.rst +++ b/doc/man/8/mkcephfs.rst @@ -7,7 +7,7 @@ Synopsis ======== -| **mkcephfs** [ -c *ceph.conf* ] [ --mkbtrfs ] [ -a, --all-hosts [ -k +| **mkcephfs** -c *ceph.conf* [ --mkbtrfs ] [ -a, --all-hosts [ -k */path/to/admin.keyring* ] ] -- 2.39.5