]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fixed typo in src/pybind/mgr/restful/api/__init__.py 16560/head
authornrdmn <11783095+nrdmn@users.noreply.github.com>
Tue, 25 Jul 2017 11:30:44 +0000 (13:30 +0200)
committerNick Erdmann <n@nirf.de>
Tue, 25 Jul 2017 20:10:06 +0000 (22:10 +0200)
Signed-off-by: Nick Erdmann <n@nirf.de>
Fixed typo

src/pybind/mgr/restful/api/__init__.py

index 93c7fdde207df7af10c38bdcdff856466834fa03..07d73dd82740963cc7cfb5ac0af23c4efa9041d7 100644 (file)
@@ -30,7 +30,7 @@ class Root(RestController):
         return {
             'api_version': 1,
             'auth':
-                'Use "ceph restful create_key <key>" to create a key pair, '
+                'Use "ceph restful create-key <key>" to create a key pair, '
                 'pass it as HTTP Basic auth to authenticate',
             'doc': 'See /doc endpoint',
             'info': "Ceph Manager RESTful API server",