From: Sage Weil Date: Thu, 24 Jun 2021 16:41:18 +0000 (-0400) Subject: nfs/mgr: fix help message case X-Git-Tag: v16.2.7~116^2~69 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4e2117c68aeacb14bf66d81beec1fae2e99247ea;p=ceph.git nfs/mgr: fix help message case Signed-off-by: Sage Weil (cherry picked from commit 14cf8c7174d15c164c609a3d4a91e06f2a6a3ce9) --- 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,