From 37da776544f99d12eeff6eb030fb383909028d82 Mon Sep 17 00:00:00 2001 From: Allison Moore Date: Tue, 17 Jan 2017 14:07:49 -0500 Subject: [PATCH] DOCS-9177: removes --upgrade option from mongos ref --- source/includes/options-mongos.yaml | 8 -------- source/reference/program/mongos.txt | 2 -- 2 files changed, 10 deletions(-) diff --git a/source/includes/options-mongos.yaml b/source/includes/options-mongos.yaml index e7ea11ff1f3..20e33d6cd0a 100644 --- a/source/includes/options-mongos.yaml +++ b/source/includes/options-mongos.yaml @@ -231,14 +231,6 @@ replacement: intro: "Specifies the" --- program: mongos -name: upgrade -args: null -directive: option -description: | - Updates the meta data format used by the :term:`config database`. -optional: true ---- -program: mongos name: localThreshold args: null default: 15 diff --git a/source/reference/program/mongos.txt b/source/reference/program/mongos.txt index c9df197f46b..0ee6a73d36b 100644 --- a/source/reference/program/mongos.txt +++ b/source/reference/program/mongos.txt @@ -95,8 +95,6 @@ Sharded Cluster Options .. include:: /includes/option/option-mongos-localThreshold.rst -.. include:: /includes/option/option-mongos-upgrade.rst - TLS/SSL Options ~~~~~~~~~~~~~~~