diff --git a/source/tutorial/remove-shards-from-cluster.txt b/source/tutorial/remove-shards-from-cluster.txt index 26f3a0b11b5..556f95e122b 100644 --- a/source/tutorial/remove-shards-from-cluster.txt +++ b/source/tutorial/remove-shards-from-cluster.txt @@ -52,6 +52,8 @@ To determine the name of the shard, do one of the following: - From the ``admin`` database, run the :dbcommand:`listShards` command. + db.runCommand( { listShards: 1 } ) + - Run either the :method:`sh.status()` method or the :method:`db.printShardingStatus()` method.