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:
parent
1e2a59ffd6
commit
1c25f705c0
@ -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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user