aboutsummaryrefslogtreecommitdiffstats
path: root/src/auth/crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth/crypt.c')
-rw-r--r--src/auth/crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auth/crypt.c b/src/auth/crypt.c
index ef74959..6839386 100644
--- a/src/auth/crypt.c
+++ b/src/auth/crypt.c
@@ -123,7 +123,7 @@ char authenticate_crypt(void)
stty.c_lflag = 0;
tcsetattr(STDIN_FILENO, TCSAFLUSH, &stty);
- printf("Incorrect passphrase\n");
+ printf("\nPassphrase incorrect.\nOnly perfect spellers may\nenter this system.\n");
return 0;
}