Merge pull request #6337 from UtahDave/develop

Use proper escapes for Travis' sanity
This commit is contained in:
David Boucha 2013-07-26 11:42:43 -07:00
commit 4ee5284569

View File

@ -123,7 +123,7 @@ def set_password(name, password, use_usermod=False):
hash. The password hash can be generated with this command:
``python -c "import crypt; print crypt.crypt('password',
'\$6\$SALTsalt')"``
'\\$6\\$SALTsalt')"``
``SALTsalt`` is the 8-character crpytographic salt. Valid characters in the
salt are ``.``, ``/``, and any alphanumeric character.