diff options
Diffstat (limited to 'toys/posix/sed.c')
-rw-r--r-- | toys/posix/sed.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/toys/posix/sed.c b/toys/posix/sed.c index 2fcd7624..cf7d15e9 100644 --- a/toys/posix/sed.c +++ b/toys/posix/sed.c @@ -23,10 +23,10 @@ config SED -e add SCRIPT to list -f add contents of SCRIPT_FILE to list - -i Edit each file in place. - -n No default output. (Use the p command to output matched lines.) - -r Use extended regular expression syntax. - -E Alias for -r. + -i Edit each file in place + -n No default output (use the p command to output matched lines) + -r Use extended regular expression syntax + -E Alias for -r -s Treat input files separately (implied by -i) A SCRIPT is a series of one or more COMMANDs separated by newlines or |