doc: command typo fix, s/radosgw_admin/radosgw-admin

Signed-off-by: Drunkard Zhang <gongfan193@gmail.com>
This commit is contained in:
Drunkard Zhang 2017-03-01 10:01:38 +08:00
parent 590da965e7
commit 7088fe7718

View File

@ -518,7 +518,7 @@ You need to write and run a Python test script for verifying S3 access. The S3
access test script will connect to the ``radosgw``, create a new bucket and
list all buckets. The values for ``aws_access_key_id`` and
``aws_secret_access_key`` are taken from the values of ``access_key`` and
``secret_key`` returned by the ``radosgw_admin`` command.
``secret_key`` returned by the ``radosgw-admin`` command.
Execute the following steps: