[node-patches] Change in ovirt-node[master]: fix password prompt typo
jboggs at redhat.com
jboggs at redhat.com
Tue Aug 6 19:23:36 UTC 2013
Joey Boggs has uploaded a new change for review.
Change subject: fix password prompt typo
......................................................................
fix password prompt typo
Change-Id: I1a41b65090d6b290944c110153ad1d95afbd303f
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
M src/ovirt/node/tools/password.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/23/17723/1
diff --git a/src/ovirt/node/tools/password.py b/src/ovirt/node/tools/password.py
index d4d2d76..58f3e93 100644
--- a/src/ovirt/node/tools/password.py
+++ b/src/ovirt/node/tools/password.py
@@ -77,7 +77,7 @@
print("System Administrator (%s):\n" % username)
print("Changing password for user '%s'." % username)
pw = getpass.getpass("New password: ")
- pwc = getpass.getpass("Reytpe new Password: ")
+ pwc = getpass.getpass("Retype new Password: ")
try:
all_args = (pw, pwc, min_pw_length, username)
--
To view, visit http://gerrit.ovirt.org/17723
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1a41b65090d6b290944c110153ad1d95afbd303f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>
More information about the node-patches
mailing list