summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-05-31 18:41:17 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-05-31 18:41:17 +0000
commita92ab72074b11ba766ec9408dfc0ec3ae7ce1eeb (patch)
treefc6d08ff36e5fb485c8b69e25ce5021bdfbb05c8 /usr.bin
parent074af1a9961d172a1d359c93152b953f7e7d149a (diff)
nuke errant ARGSTR that I osmehow missed in the last commit
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/su/su.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c
index 54499c3f123..f762b5df86b 100644
--- a/usr.bin/su/su.c
+++ b/usr.bin/su/su.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: su.c,v 1.37 2001/05/31 17:34:17 millert Exp $ */
+/* $OpenBSD: su.c,v 1.38 2001/05/31 18:41:16 millert Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -41,7 +41,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)su.c 5.26 (Berkeley) 7/6/91";*/
-static char rcsid[] = "$OpenBSD: su.c,v 1.37 2001/05/31 17:34:17 millert Exp $";
+static char rcsid[] = "$OpenBSD: su.c,v 1.38 2001/05/31 18:41:16 millert Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -342,7 +342,7 @@ usage()
extern char *__progname;
fprintf(stderr, "usage: %s [-fKlm] [-a auth-type] %s ", __progname,
- ARGSTR, "[-c login-class] [login [shell arguments]]\n");
+ "[-c login-class] [login [shell arguments]]\n");
exit(1);
}