mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix spelling error (scipt -> script).
Submitted by: <jhawk@MIT.EDU> Obtained from: NetBSD-bugs mailling list
This commit is contained in:
parent
32a61937d7
commit
2828ae663a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue