summaryrefslogtreecommitdiff
path: root/textproc/nbsed/files
diff options
context:
space:
mode:
authorgrant <grant>2004-07-25 05:40:39 +0000
committergrant <grant>2004-07-25 05:40:39 +0000
commitf0e6e25c3ecbb92f81fecb922a65362a728e8d21 (patch)
tree48bc4f0f7f07044abd3165bee53ad4483d2c2105 /textproc/nbsed/files
parent7eedce2ce7e2c47c8e990a960d325c7822dd084a (diff)
downloadpkgsrc-f0e6e25c3ecbb92f81fecb922a65362a728e8d21.tar.gz
sync with src:
Usage: Options before arguments; add -E.
Diffstat (limited to 'textproc/nbsed/files')
-rw-r--r--textproc/nbsed/files/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/nbsed/files/main.c b/textproc/nbsed/files/main.c
index a45b3a93b03..df36c504296 100644
--- a/textproc/nbsed/files/main.c
+++ b/textproc/nbsed/files/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.3 2004/06/13 13:04:02 grant Exp $ */
+/* $NetBSD: main.c,v 1.4 2004/07/25 05:40:39 grant Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -82,7 +82,7 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 1993\n\
#if 0
static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 1/3/94";
#else
-__RCSID("$NetBSD: main.c,v 1.3 2004/06/13 13:04:02 grant Exp $");
+__RCSID("$NetBSD: main.c,v 1.4 2004/07/25 05:40:39 grant Exp $");
#endif
#endif /* not lint */
@@ -190,7 +190,7 @@ main(int argc, char *argv[])
default:
case '?':
(void)fprintf(stderr,
-"usage:\t%s script [-anE] [file ...]\n\t%s [-an] [-e script] ... [-f script_file] ... [file ...]\n",
+"usage:\t%s [-aEn] script [file ...]\n\t%s [-aEn] [-e script] ... [-f script_file] ... [file ...]\n",
getprogname(), getprogname());
exit(1);
}