mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
newfs: Add -u to getopt string
Fixes: 68562f8145 ("newfs: Add an option to disable soft updates")
This commit is contained in:
parent
8a21c17ccf
commit
717ae16391
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue