Set (y/n) prompt to (y/N) to better reflect behaviour
This commit is contained in:
parent
0a4626e7d1
commit
a1556ca383
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ int main(int argc, char *argv[]) {
|
|||
printf("Writing %s to %s\n", wjob.filename, wjob.dev_name);
|
||||
|
||||
if (ask_permission && !wjob.verify_only) {
|
||||
printf("Is this okay? (y/n): ");
|
||||
printf("Is this okay? (y/N): ");
|
||||
fflush(stdout);
|
||||
if ('y' != getchar()) {
|
||||
printf("Aborting...\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue