summaryrefslogtreecommitdiff
path: root/doc/examples/cloud-config-user-groups.txt
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-10-02 09:23:59 -0400
committerScott Moser <smoser@ubuntu.com>2013-10-02 09:23:59 -0400
commitfee4bb00a51d591942a79443d0721742c0f4bf04 (patch)
tree83cf32e5ff82ac47087c86a51e04f431efa82640 /doc/examples/cloud-config-user-groups.txt
parent1aa4d4ea6835221719a12134a8314d6d4b8eeb61 (diff)
downloadvyos-cloud-init-fee4bb00a51d591942a79443d0721742c0f4bf04.tar.gz
vyos-cloud-init-fee4bb00a51d591942a79443d0721742c0f4bf04.zip
use long format args rather than short
Diffstat (limited to 'doc/examples/cloud-config-user-groups.txt')
-rwxr-xr-xdoc/examples/cloud-config-user-groups.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-user-groups.txt b/doc/examples/cloud-config-user-groups.txt
index ad341005..01548380 100755
--- a/doc/examples/cloud-config-user-groups.txt
+++ b/doc/examples/cloud-config-user-groups.txt
@@ -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)
#