Regression: fix usershow -7

Submitted by:	Dan McGregor (via IRC)
MFC after:	2 days
This commit is contained in:
bapt 2015-09-14 19:23:00 +00:00
parent 75d72d4482
commit 7322dfff51

View File

@ -804,7 +804,7 @@ pw_user_show(int argc, char **argv, char *arg1)
case 'a':
all = true;
break;
case 7:
case '7':
v7 = true;
break;
}