mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Oops, update usage() to have -i.
This commit is contained in:
parent
5d16412db7
commit
90f7fe63e9
1 changed files with 2 additions and 2 deletions
|
|
@ -182,8 +182,8 @@ static void
|
|||
usage()
|
||||
{
|
||||
(void)fprintf(stderr, "%s\n%s\n",
|
||||
"usage: sed script [-Ean] [file ...]",
|
||||
" sed [-an] [-e script] ... [-f script_file] ... [file ...]");
|
||||
"usage: sed script [-Ean] [-i extension] [file ...]",
|
||||
" sed [-an] [-i extension] [-e script] ... [-f script_file] ... [file ...]");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue