mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Add a missing argument to an error message format string.
This commit is contained in:
parent
5819ab3f12
commit
c3b1df1293
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75574
@ -348,7 +348,7 @@ main(argc, argv)
|
||||
else if (strcmp(optarg, "time") == 0)
|
||||
opt = FS_OPTTIME;
|
||||
else
|
||||
fatal("%s: unknown optimization preference: use `space' or `time'");
|
||||
fatal("%s: unknown optimization preference: use `space' or `time'", optarg);
|
||||
}
|
||||
break;
|
||||
case 'p':
|
||||
|
Loading…
Reference in New Issue
Block a user