summaryrefslogtreecommitdiff
path: root/sys/src/cmd/auth/passwd.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-11-27 22:07:34 +0100
committercinap_lenrek <cinap_lenrek@gmx.de>2012-11-27 22:07:34 +0100
commit539f74db812b9d0a62db24070d89a8f26a542f19 (patch)
treee8c12d59a706f6a0d467ce8dde50b5896d23d5d1 /sys/src/cmd/auth/passwd.c
parent7e0c920fe3c96555c9dccefffe19476ac9525367 (diff)
reverting string "general purpose password" braindamage
Diffstat (limited to 'sys/src/cmd/auth/passwd.c')
-rw-r--r--sys/src/cmd/auth/passwd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/cmd/auth/passwd.c b/sys/src/cmd/auth/passwd.c
index 151545d0c..cd9c98572 100644
--- a/sys/src/cmd/auth/passwd.c
+++ b/sys/src/cmd/auth/passwd.c
@@ -105,10 +105,10 @@ main(int argc, char **argv)
continue;
}
}
- readln("Change general-purpose password?\n(for Inferno, POP, VNC, Telnet and others) (y/n) ", buf, sizeof buf, 0);
+ readln("change Inferno/POP password? (y/n) ", buf, sizeof buf, 0);
if(*buf == 'y' || *buf == 'Y'){
pr.changesecret = 1;
- readln("Make it the same as your plan 9 password? (y/n) ",
+ readln("make it the same as your plan 9 password? (y/n) ",
buf, sizeof buf, 0);
if(*buf == 'y' || *buf == 'Y'){
if(*pr.new == 0)