소스 검색

getting-started/broker-installation: Fixed typo set_permissions "" -> set_permissions ".*". Thanks to Cal Leeming.

Ask Solem 14 년 전
부모
커밋
c08e2a2be4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/getting-started/broker-installation.rst

+ 1 - 1
docs/getting-started/broker-installation.rst

@@ -23,7 +23,7 @@ allow that user access to that virtual host::
 
     $ rabbitmqctl add_vhost myvhost
 
-    $ rabbitmqctl set_permissions -p myvhost myuser "" ".*" ".*"
+    $ rabbitmqctl set_permissions -p myvhost myuser ".*" ".*" ".*"
 
 See the RabbitMQ `Admin Guide`_ for more information about `access control`_.