PT-182 WIP

This commit is contained in:
Carlos Salguero
2017-07-31 15:17:36 -03:00
parent 405d90aec5
commit 70702daa98
2 changed files with 53 additions and 8 deletions

View File

@@ -15,13 +15,14 @@ Please check the `releases <https://github.com/percona/toolkit-go/releases>`_ ta
Paramters
^^^^^^^^^
===== ========= ======= ================================================================================
Short Long Default Description
===== ========= ======= ================================================================================
u user empty user name to use when connecting if DB auth is enabled
p password empty password to use when connecting if DB auth is enabled
a auth-db admin database used to establish credentials and privileges with a MongoDB server
===== ========= ======= ================================================================================
===== ============== ======= ================================================================================
Short Long Default Description
===== ============== ======= ================================================================================
u user empty user name to use when connecting if DB auth is enabled
p password empty password to use when connecting if DB auth is enabled
a auth-db admin database used to establish credentials and privileges with a MongoDB server
f output-format text output format: text, json. Default: text
===== ============== ======= ================================================================================
|