use long format args rather than short

This commit is contained in:
Scott Moser 2013-10-02 09:23:59 -04:00
parent d81f7c2a16
commit 0b3a6485ee

View File

@ -46,7 +46,7 @@ users:
# inactive: Create the user as inactive
# passwd: The hash -- not the password itself -- of the password you want
# to use for this user. You can generate a safe hash via:
# mkpasswd -m SHA-512 -R 4096
# mkpasswd --method=SHA-512 --rounds=4096
# (the above command would create from stdin an SHA-512 password hash
# with 4096 salt rounds)
#