One question mark per question; everything else is just exaggerating.

reply() will output a '?', when printing the question along with [yn],
so no need to have another here.
This commit is contained in:
Bjoern A. Zeeb 2010-08-03 09:21:13 +00:00
parent a45f4c6e2c
commit 08bb15b96f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210793

View File

@ -390,7 +390,7 @@ checkfilesys(char *filesys)
*/
if ((sblock.fs_flags & FS_SUJ) == FS_SUJ) {
if ((sblock.fs_flags & FS_NEEDSFSCK) != FS_NEEDSFSCK && skipclean) {
if (preen || reply("USE JOURNAL?")) {
if (preen || reply("USE JOURNAL")) {
if (suj_check(filesys) == 0) {
printf("\n***** FILE SYSTEM MARKED CLEAN *****\n");
if (chkdoreload(mntp) == 0)