Do not enter password of transifex at command line by security reason

Any command line options could be accessed by other users.
`tx init` command has interaction interface.
It should be used by all users by default.
This commit is contained in:
Takeshi Komiya 2014-07-06 05:09:16 +00:00
parent 0fc0ccfa4d
commit 65e83c6057

View File

@ -202,10 +202,14 @@ easy to fetch and push translations.
.. code-block:: bash
$ tx init --user=<transifex-username> --pass=<transifex-password>
$ tx init
--user=<transifex-username> --pass=<transifex-password>
Creating .tx folder...
Transifex instance [https://www.transifex.com]:
...
Please enter your transifex username: <transifex-username>
Password: <transifex-password>
...
Done.
#. Upload pot files to transifex service