Skip to content

Commit e1a7c3e

Browse files
author
Dave
authored
DOCSP-20988 capitalization (#69)
1 parent f6b9791 commit e1a7c3e

File tree

7 files changed

+16
-20
lines changed

7 files changed

+16
-20
lines changed

source/mongodump.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ Options
623623

624624
.. include:: /includes/fact-auth-database-use-external.rst
625625

626-
.. include:: /includes/extracts/uri-used-with-authenticationdatabase.rst
626+
.. include:: /includes/extracts/uri-used-with-authenticationDatabase.rst
627627

628628

629629
.. option:: --authenticationMechanism=<name>
@@ -642,7 +642,7 @@ Options
642642

643643
.. include:: /includes/list-table-auth-mechanisms.rst
644644

645-
.. include:: /includes/extracts/uri-used-with-authenticationmechanism.rst
645+
.. include:: /includes/extracts/uri-used-with-authenticationMechanism.rst
646646

647647

648648
.. option:: --gssapiServiceName

source/mongoexport.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ Options
553553

554554
.. include:: /includes/fact-auth-database-use-external.rst
555555

556-
.. include:: /includes/extracts/uri-used-with-authenticationdatabase.rst
556+
.. include:: /includes/extracts/uri-used-with-authenticationDatabase.rst
557557

558558

559559
.. option:: --authenticationMechanism=<name>
@@ -572,7 +572,7 @@ Options
572572

573573
.. include:: /includes/list-table-auth-mechanisms.rst
574574

575-
.. include:: /includes/extracts/uri-used-with-authenticationmechanism.rst
575+
.. include:: /includes/extracts/uri-used-with-authenticationMechanism.rst
576576

577577

578578
.. option:: --gssapiServiceName=<serviceName>

source/mongofiles.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Options
372372

373373
.. include:: /includes/fact-auth-database-use-external.rst
374374

375-
.. include:: /includes/extracts/uri-used-with-authenticationdatabase.rst
375+
.. include:: /includes/extracts/uri-used-with-authenticationDatabase.rst
376376

377377

378378
.. option:: --authenticationMechanism=<name>
@@ -391,7 +391,7 @@ Options
391391

392392
.. include:: /includes/list-table-auth-mechanisms.rst
393393

394-
.. include:: /includes/extracts/uri-used-with-authenticationmechanism.rst
394+
.. include:: /includes/extracts/uri-used-with-authenticationMechanism.rst
395395

396396

397397
.. option:: --gssapiServiceName=<serviceName>

source/mongoimport.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Options
391391

392392
.. include:: /includes/fact-auth-database-use-external.rst
393393

394-
.. include:: /includes/extracts/uri-used-with-authenticationdatabase.rst
394+
.. include:: /includes/extracts/uri-used-with-authenticationDatabase.rst
395395

396396

397397
.. option:: --authenticationMechanism=<name>
@@ -410,7 +410,7 @@ Options
410410

411411
.. include:: /includes/list-table-auth-mechanisms.rst
412412

413-
.. include:: /includes/extracts/uri-used-with-authenticationmechanism.rst
413+
.. include:: /includes/extracts/uri-used-with-authenticationMechanism.rst
414414

415415

416416
.. option:: --gssapiServiceName=<serviceName>

source/mongorestore.txt

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ Options
505505

506506
.. include:: /includes/fact-auth-database-use-external.rst
507507

508-
.. include:: /includes/extracts/uri-used-with-authenticationdatabase.rst
508+
.. include:: /includes/extracts/uri-used-with-authenticationDatabase.rst
509509

510510

511511
.. option:: --authenticationMechanism=<name>
@@ -524,7 +524,7 @@ Options
524524

525525
.. include:: /includes/list-table-auth-mechanisms.rst
526526

527-
.. include:: /includes/extracts/uri-used-with-authenticationmechanism.rst
527+
.. include:: /includes/extracts/uri-used-with-authenticationMechanism.rst
528528

529529

530530
.. option:: --gssapiServiceName=<serviceName>
@@ -911,11 +911,8 @@ Options
911911

912912
Specifies the number of insertion workers to run concurrently per collection.
913913

914-
915914
For large imports, increasing the number of insertion workers
916915
may increase the speed of the import.
917-
918-
919916

920917
.. option:: --stopOnError
921918

@@ -945,9 +942,8 @@ Options
945942
:binary:`~bin.mongorestore` with the :option:`--gzip` option.
946943

947944
To restore from a compressed archive file, run :binary:`~bin.mongorestore` with
948-
both the :option:`--gzip` and the :option:`--archive` options.
949-
950-
945+
both the :option:`--gzip` and the :option:`--archive <mongorestore
946+
--archive>` options.
951947

952948
.. option:: --archive=<file>
953949

source/mongostat.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Options
330330

331331
.. include:: /includes/fact-auth-database-use-external.rst
332332

333-
.. include:: /includes/extracts/uri-used-with-authenticationdatabase.rst
333+
.. include:: /includes/extracts/uri-used-with-authenticationDatabase.rst
334334

335335
.. option:: --authenticationMechanism=<name>
336336

@@ -349,7 +349,7 @@ Options
349349

350350
.. include:: /includes/list-table-auth-mechanisms.rst
351351

352-
.. include:: /includes/extracts/uri-used-with-authenticationmechanism.rst
352+
.. include:: /includes/extracts/uri-used-with-authenticationMechanism.rst
353353

354354

355355
.. option:: --gssapiServiceName=<string>

source/mongotop.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ Options
450450

451451
.. include:: /includes/fact-auth-database-use-external.rst
452452

453-
.. include:: /includes/extracts/uri-used-with-authenticationdatabase.rst
453+
.. include:: /includes/extracts/uri-used-with-authenticationDatabase.rst
454454

455455

456456
.. option:: --authenticationMechanism=<name>
@@ -469,7 +469,7 @@ Options
469469

470470
.. include:: /includes/list-table-auth-mechanisms.rst
471471

472-
.. include:: /includes/extracts/uri-used-with-authenticationmechanism.rst
472+
.. include:: /includes/extracts/uri-used-with-authenticationMechanism.rst
473473

474474

475475
.. option:: --gssapiServiceName=<serviceName>

0 commit comments

Comments
 (0)