fsx: more consistent debug output with -[RWU]

MFC after:	2 weeks
This commit is contained in:
Alan Somers 2023-01-06 21:49:28 -07:00
parent 0b4531511e
commit da303f5fd4

View File

@ -1106,6 +1106,8 @@ main(int argc, char **argv)
break;
case 'R':
mapped_reads = 0;
if (!quiet)
fprintf(stdout, "mapped reads DISABLED\n");
break;
case 'S':
seed = getnum(optarg, &endp);