From: nrdmn <11783095+nrdmn@users.noreply.github.com> Date: Tue, 25 Jul 2017 11:30:44 +0000 (+0200) Subject: Fixed typo in src/pybind/mgr/restful/api/__init__.py X-Git-Tag: v12.1.2~119^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4f826e10d9f3992af5d6ff5f871050a465fe1cf4;p=ceph.git Fixed typo in src/pybind/mgr/restful/api/__init__.py Signed-off-by: Nick Erdmann Fixed typo --- diff --git a/src/pybind/mgr/restful/api/__init__.py b/src/pybind/mgr/restful/api/__init__.py index 93c7fdde207df..07d73dd827409 100644 --- a/src/pybind/mgr/restful/api/__init__.py +++ b/src/pybind/mgr/restful/api/__init__.py @@ -30,7 +30,7 @@ class Root(RestController): return { 'api_version': 1, 'auth': - 'Use "ceph restful create_key " to create a key pair, ' + 'Use "ceph restful create-key " to create a key pair, ' 'pass it as HTTP Basic auth to authenticate', 'doc': 'See /doc endpoint', 'info': "Ceph Manager RESTful API server",