newfs: Add -u to getopt string

Fixes:		68562f8145 ("newfs: Add an option to disable soft updates")
This commit is contained in:
Dag-Erling Smørgrav 2026-01-11 15:07:47 +01:00
parent 8a21c17ccf
commit 717ae16391

View file

@ -129,7 +129,7 @@ main(int argc, char *argv[])
part_name = 'c';
reserved = 0;
while ((ch = getopt(argc, argv,
"EJL:NO:RS:T:UXa:b:c:d:e:f:g:h:i:jk:lm:no:p:r:s:t")) != -1)
"EJL:NO:RS:T:UXa:b:c:d:e:f:g:h:i:jk:lm:no:p:r:s:tu")) != -1)
switch (ch) {
case 'E':
Eflag = 1;