mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
More sed(1) usage fixing: the extension -i is not optional.
Pointed out by: jmallet MFC after: 3 days
This commit is contained in:
parent
f23a8ac1b9
commit
f243100087
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268203
@ -204,7 +204,7 @@ static void
|
||||
usage(void)
|
||||
{
|
||||
(void)fprintf(stderr,
|
||||
"usage: %s script [-Ealnru] [-i[<extension>]] [file ...]\n"
|
||||
"usage: %s script [-Ealnru] [-i extension] [file ...]\n"
|
||||
"\t%s [-Ealnu] [-i extension] [-e script] ... [-f script_file]"
|
||||
" ... [file ...]\n", getprogname(), getprogname());
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user