diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-02-23 17:46:35 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-02-23 17:46:35 +0000 |
| commit | 2828ae663a69a3bc91e1037eaac81e45b8fb45b7 (patch) | |
| tree | 9ef5010fbb9b15b2f24c941a8550f9db9fc6659a | |
| parent | 32a61937d75e49d27acca158f306669075274fd7 (diff) | |
Notes
| -rw-r--r-- | usr.bin/sed/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index 14872fdd746f0..7a41bdbe5b920 100644 --- a/usr.bin/sed/main.c +++ b/usr.bin/sed/main.c @@ -129,7 +129,7 @@ main(argc, argv) default: case '?': (void)fprintf(stderr, -"usage:\tsed script [-an] [file ...]\n\tsed [-an] [-e script] ... [-f scipt_file] ... [file ...]\n"); +"usage:\tsed script [-an] [file ...]\n\tsed [-an] [-e script] ... [-f script_file] ... [file ...]\n"); exit(1); } argc -= optind; |
