summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-07-25 05:40:39 +0000
committergrant <grant@pkgsrc.org>2004-07-25 05:40:39 +0000
commit5eee77338d203c5c8f37b85ae6c74b6e6fc94b01 (patch)
tree48bc4f0f7f07044abd3165bee53ad4483d2c2105 /textproc
parent46bbd6c55d3eea1d248b4a6219dc5de9a3b13c7d (diff)
downloadpkgsrc-5eee77338d203c5c8f37b85ae6c74b6e6fc94b01.tar.gz
sync with src:
Usage: Options before arguments; add -E.
Diffstat (limited to 'textproc')
-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);
}