Regression: fix usershow -7

Submitted by:	Dan McGregor (via IRC)
MFC after:	2 days
This commit is contained in:
Baptiste Daroussin 2015-09-14 19:23:00 +00:00
parent 17a036563d
commit 3d85e406bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287799

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;
}