Replace --w with --writeConcern

XMLWordPrintableJSON

    • Completed

      --w will be deprecated in favor of --writeConcern. As per TOOLS-306, this flag now accepts any number of write concern options. The possible short form -w should not be supported to avoid cognitive dissonance e.g.

      -w '{w:3, j:true}'

      Instead,

      --writeConcern '{w:3, j:true}'

      is clearer.

            Assignee:
            Adinoyi Omuya
            Reporter:
            Adinoyi Omuya
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: