]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: correct ill-formatted command 63502/head
authorZac Dover <zac.dover@proton.me>
Sun, 25 May 2025 23:09:38 +0000 (09:09 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 27 May 2025 03:36:22 +0000 (13:36 +1000)
Correct a command that was broken across two lines, causing the argument
of an option to appear as though it was a command.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit bd4e8d8f03a8c39191ad1b7683e7dd1bea4105f1)

doc/cephfs/mount-using-kernel-driver.rst

index aed7026d8eb14e69070431721b409f72a40aadc0..c1e755de3a92076a45c5aa3f5b4af4f951f9a381 100644 (file)
@@ -108,8 +108,7 @@ Multiple monitor hosts can be passed by separating addresses with a ``/``:
 
 .. prompt:: bash #
 
-   mount -t ceph cephuser@.cephfs=/ /mnt/mycephfs -o
-   mon_addr=192.168.0.1:6789/192.168.0.2:6789,secretfile=/etc/ceph/cephuser.secret
+   mount -t ceph cephuser@.cephfs=/ /mnt/mycephfs -o mon_addr=192.168.0.1:6789/192.168.0.2:6789,secretfile=/etc/ceph/cephuser.secret
 
 If CephX is disabled, omit any credential-related options. For example: