mirror of
https://git.disroot.org/80486DX2-66/polonium.git
synced 2024-12-26 07:09:50 +05:30
main.c: use a clearer user prompt
This commit is contained in:
parent
1e2a59ffd6
commit
1c25f705c0
@ -359,7 +359,7 @@ int main(int argc, char** argv) {
|
||||
"\n", probability, threshold, (uintmax_t) passes);
|
||||
|
||||
if (READ_CONFIG(C_CONFIRM)) {
|
||||
printf("Are you sure? (Y/n): ");
|
||||
printf("Are you sure? (Yes/[NO]): ");
|
||||
fflush(stdout);
|
||||
|
||||
if ((getchar()) != (int) 'Y') {
|
||||
|
Loading…
Reference in New Issue
Block a user