efivar: add missing getopt 'u' option

This commit is contained in:
Ed Maste 2017-11-27 19:35:21 +00:00
parent 0037455148
commit f4d8e4954d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326287

View File

@ -255,7 +255,7 @@ parse_args(int argc, char **argv)
{
int ch, i;
while ((ch = getopt_long(argc, argv, "aAbdDf:gHlLNn:OpRt:w",
while ((ch = getopt_long(argc, argv, "aAbdDf:gHlLNn:OpRt:uw",
longopts, NULL)) != -1) {
switch (ch) {
case 'a':