From 4f826e10d9f3992af5d6ff5f871050a465fe1cf4 Mon Sep 17 00:00:00 2001 From: nrdmn <11783095+nrdmn@users.noreply.github.com> Date: Tue, 25 Jul 2017 13:30:44 +0200 Subject: [PATCH] Fixed typo in src/pybind/mgr/restful/api/__init__.py Signed-off-by: Nick Erdmann Fixed typo --- src/pybind/mgr/restful/api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.39.5