mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-14 12:03:16 +00:00
Make it clearer that iodine is asking for a password
To not confuse it with sudo or similar
This commit is contained in:
parent
348aee839a
commit
cb6cbecba1
|
@ -305,7 +305,7 @@ read_password(char *buf, size_t len)
|
||||||
int i;
|
int i;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
fprintf(stderr, "Enter password: ");
|
fprintf(stderr, "Enter tunnel password: ");
|
||||||
fflush(stderr);
|
fflush(stderr);
|
||||||
#ifndef WINDOWS32
|
#ifndef WINDOWS32
|
||||||
fscanf(stdin, "%79[^\n]", pwd);
|
fscanf(stdin, "%79[^\n]", pwd);
|
||||||
|
|
Loading…
Reference in a new issue