Skip to content

Commit 0e74c31

Browse files
Merge pull request ceph#63742 from zdover23/wip-doc-2025-06-05-backport-63734-to-tentacle
tentacle: doc/mgr: edit cli_api
2 parents 1af7198 + 574c3a1 commit 0e74c31

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

doc/mgr/cli_api.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
CLI API Commands Module
22
=======================
33

4-
The CLI API module exposes most of the ceph-mgr Python API via CLI. This API
5-
can be benchmarked for further testing.
4+
The CLI API module exposes most of the ceph-mgr Python API via CLI commands.
5+
This API can be benchmarked.
66

77
Enabling
88
--------
99

10-
Enable the ``cli api commands`` module by running the following command:
10+
Enable the ``cli api`` module by running the following command:
1111

1212
.. prompt:: bash #
1313

1414
ceph mgr module enable cli_api
1515

16-
Ensure that the ``cli api commands`` module is enabled by running the following
17-
command:
16+
Ensure that the ``cli api`` module is enabled by running the following command:
1817

1918
.. prompt:: bash #
2019

@@ -23,7 +22,7 @@ command:
2322
Usage
2423
--------
2524

26-
This the the general form of Manager module commands:
25+
This the the general form of Manager CLI commands:
2726

2827
.. prompt:: bash #
2928

@@ -35,7 +34,7 @@ Print the list of servers by running the following command:
3534

3635
ceph mgr cli list_servers
3736

38-
List all available mgr module commands by running the following command:
37+
List all available Manager module commands by running the following command:
3938

4039
.. prompt:: bash #
4140

0 commit comments

Comments
 (0)