summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/certtool-cfg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/certtool-cfg.c b/src/certtool-cfg.c
index 8e8b8b59c8..75e1e57c54 100644
--- a/src/certtool-cfg.c
+++ b/src/certtool-cfg.c
@@ -2550,8 +2550,8 @@ int get_cert_sign_status(void)
} else {
return
read_yesno
- ("Will the certificate be used to sign other certificates? (y/N): ",
- 0);
+ ("Will the certificate be used to sign other certificates? (Y/n): ",
+ 1);
}
}