Skip to content

Commit 3c71b87

Browse files
authored
DOCSP-46025-fixing-builds (#371)
1 parent af37b92 commit 3c71b87

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

source/reference/methods.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,9 +1017,6 @@ Replication Methods
10171017
- Returns the status of the secondary members of the replica set.
10181018

10191019
This is identical to the ``rs.printSecondaryReplicationInfo()`` method.
1020-
This method's output is similar to the
1021-
:method:`db.printSlaveReplicationInfo()` method. The :method:`db.printSlaveReplicationInfo()` method is deprecated in ``mongosh``. Use
1022-
``db.printSecondaryReplicationInfo()`` instead.
10231020

10241021
The following is an example output from the
10251022
``rs.printSecondaryReplicationInfo()`` method issued on a replica set with two secondary members:
@@ -1044,10 +1041,7 @@ Replication Methods
10441041
- Returns the status of the secondary members of the replica set.
10451042

10461043
This is identical to the ``db.printSecondaryReplicationInfo()``
1047-
method. This method's output is similar to the
1048-
:method:`rs.printSlaveReplicationInfo()` method in the legacy
1049-
|mongo| shell. The :method:`rs.printSlaveReplicationInfo()` method is deprecated in ``mongosh``. Use
1050-
``rs.printSecondaryReplicationInfo()`` instead.
1044+
method.
10511045

10521046
The following is an example output from the
10531047
``rs.printSecondaryReplicationInfo()`` method issued on a replica set with two secondary members:

0 commit comments

Comments
 (0)