]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: command typo fix
authorDrunkard Zhang <gongfan193@gmail.com>
Wed, 1 Mar 2017 01:52:29 +0000 (09:52 +0800)
committerDrunkard Zhang <gongfan193@gmail.com>
Wed, 1 Mar 2017 01:52:29 +0000 (09:52 +0800)
Signed-off-by: Drunkard Zhang <gongfan193@gmail.com>
doc/start/quick-rgw.rst

index fcec9e77e7b4548588a64d8b024becb0c1ea6f6f..45330fb451c7c84e8abb2246c6d6b18f3578d9d1 100644 (file)
@@ -70,8 +70,8 @@ Configuring the Ceph Object Gateway Instance
    firewall (e.g., port ``80``). If it is not open, add the port and reload the
    firewall configuration. For example::
 
-    sudo firewall-cmd --list-all sudo firewall-cmd --zone=public --add-port
-    80/tcp --permanent
+    sudo firewall-cmd --list-all
+    sudo firewall-cmd --zone=public --add-port 80/tcp --permanent
     sudo firewall-cmd --reload
 
    See `Preflight Checklist`_ for more information on configuring firewall with