]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
nfs/mgr: fix help message case
authorSage Weil <sage@newdream.net>
Thu, 24 Jun 2021 16:41:18 +0000 (12:41 -0400)
committerSebastian Wagner <sewagner@redhat.com>
Thu, 9 Sep 2021 14:17:51 +0000 (16:17 +0200)
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 14cf8c7174d15c164c609a3d4a91e06f2a6a3ce9)

src/pybind/mgr/nfs/module.py

index 2baa025ab71b4500a9fc9d96167f63a6effde5eb..c2cdfa1f9ed4478440e40f1bbfa01947f14765e8 100644 (file)
@@ -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,