Skip to content

Commit bd4e8d8

Browse files
committed
doc/cephfs: correct ill-formatted command
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 <[email protected]>
1 parent 3c8f796 commit bd4e8d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ Multiple monitor hosts can be passed by separating addresses with a ``/``:
110110

111111
.. prompt:: bash #
112112

113-
mount -t ceph [email protected]=/ /mnt/mycephfs -o
114-
mon_addr=192.168.0.1:6789/192.168.0.2:6789,secretfile=/etc/ceph/cephuser.secret
113+
mount -t ceph [email protected]=/ /mnt/mycephfs -o mon_addr=192.168.0.1:6789/192.168.0.2:6789,secretfile=/etc/ceph/cephuser.secret
115114

116115
If CephX is disabled, omit any credential-related options. For example:
117116

0 commit comments

Comments
 (0)