From 4e2117c68aeacb14bf66d81beec1fae2e99247ea Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 24 Jun 2021 12:41:18 -0400 Subject: [PATCH] nfs/mgr: fix help message case Signed-off-by: Sage Weil (cherry picked from commit 14cf8c7174d15c164c609a3d4a91e06f2a6a3ce9) --- src/pybind/mgr/nfs/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/nfs/module.py b/src/pybind/mgr/nfs/module.py index 2baa025ab71b..c2cdfa1f9ed4 100644 --- a/src/pybind/mgr/nfs/module.py +++ b/src/pybind/mgr/nfs/module.py @@ -35,7 +35,7 @@ class Module(orchestrator.OrchestratorClientMixin, MgrModule): client_addr: Optional[List[str]] = None, squash: str = 'none', ) -> Tuple[int, str, str]: - """Create a cephfs export""" + """Create a CephFS export""" return self.export_mgr.create_export(fsal_type='cephfs', fs_name=fsname, cluster_id=cluster_id, pseudo_path=pseudo_path, read_only=readonly, path=path, -- 2.47.3