From ade071eb29c28130c194114ca42db645596c2aa4 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 3 Nov 2012 18:57:19 -0400 Subject: [PATCH] Fix user example --- user | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user b/user index 799034ab276..06dc717780b 100755 --- a/user +++ b/user @@ -149,7 +149,7 @@ examples: description: "Add the user 'johnd' with a specific uid and a primary group of 'admin'" - code: "user: name=johnd state=absent remove=yes" description: "Remove the user 'johnd'" - - code: 'user: name=jsmith ssh_key=generate ssh_key_bits=2048' + - code: 'user: name=jsmith generate_ssh_key=yes ssh_key_bits=2048' description: "Create a 2048-bit SSH key for user jsmith" '''