diff options
author | grant <grant> | 2004-07-25 05:40:39 +0000 |
---|---|---|
committer | grant <grant> | 2004-07-25 05:40:39 +0000 |
commit | 66e0fbe45a6f720fa31987f045a34b4b0917b047 (patch) | |
tree | 48bc4f0f7f07044abd3165bee53ad4483d2c2105 /textproc/nbsed | |
parent | 55d930f6b5815702e753010a15bddba3f83ed9b9 (diff) | |
download | pkgsrc-66e0fbe45a6f720fa31987f045a34b4b0917b047.tar.gz |
sync with src:
Usage: Options before arguments; add -E.
Diffstat (limited to 'textproc/nbsed')
-rw-r--r-- | textproc/nbsed/files/main.c | 6 |
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); } |