1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-12-26 15:10:40 +05:30

main.c: use a clearer user prompt

This commit is contained in:
Intel A80486DX2-66 2024-11-18 18:39:01 +03:00
parent 1e2a59ffd6
commit 1c25f705c0
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -359,7 +359,7 @@ int main(int argc, char** argv) {
"\n", probability, threshold, (uintmax_t) passes); "\n", probability, threshold, (uintmax_t) passes);
if (READ_CONFIG(C_CONFIRM)) { if (READ_CONFIG(C_CONFIRM)) {
printf("Are you sure? (Y/n): "); printf("Are you sure? (Yes/[NO]): ");
fflush(stdout); fflush(stdout);
if ((getchar()) != (int) 'Y') { if ((getchar()) != (int) 'Y') {