summaryrefslogtreecommitdiffstats
path: root/pw/pw_user.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-09-14 19:23:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-09-14 19:23:00 +0000
commit551bad4624512a6e6f60fa622660745fa12fd8c8 (patch)
tree325ec53e2858f78012128c0af472e9cb246aaf40 /pw/pw_user.c
parent9c04af5e0b95f4cebcc065c168ec58a4851b4764 (diff)
downloadpw-darwin-551bad4624512a6e6f60fa622660745fa12fd8c8.tar.gz
pw-darwin-551bad4624512a6e6f60fa622660745fa12fd8c8.tar.zst
pw-darwin-551bad4624512a6e6f60fa622660745fa12fd8c8.zip
Regression: fix usershow -7
Submitted by: Dan McGregor (via IRC) MFC after: 2 days
Diffstat (limited to 'pw/pw_user.c')
-rw-r--r--pw/pw_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw/pw_user.c b/pw/pw_user.c
index f133147..1af8f81 100644
--- a/pw/pw_user.c
+++ b/pw/pw_user.c
@@ -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;
}