summaryrefslogtreecommitdiff
path: root/usr.sbin/user
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2000-04-26 06:25:46 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2000-04-26 06:25:46 +0000
commit34c2d069d67372eb3e39278cadcc3bc70cf5a4de (patch)
tree0f6d1b9ded8f920a2749c947eb29f2645a1a5565 /usr.sbin/user
parent0a82c6f8651c4d0eec3c375c5faee684af7cb559 (diff)
usermgmt_usage doesnt return; eric jackson <shinobi@monkey.org>
Diffstat (limited to 'usr.sbin/user')
-rw-r--r--usr.sbin/user/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/user/main.c b/usr.sbin/user/main.c
index ed413b53239..6827c6b8f90 100644
--- a/usr.sbin/user/main.c
+++ b/usr.sbin/user/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.2 2000/04/24 22:31:29 jakob Exp $ */
+/* $OpenBSD: main.c,v 1.3 2000/04/26 06:25:45 jakob Exp $ */
/* $NetBSD: main.c,v 1.1 1999/12/24 09:08:50 agc Exp $ */
/*
@@ -100,6 +100,5 @@ main(int argc, char **argv)
}
}
usermgmt_usage(__progname);
- errx(EXIT_FAILURE, "Program `%s' not recognised", __progname);
/* NOTREACHED */
}