aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/sed.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/sed.c')
-rw-r--r--toys/posix/sed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/posix/sed.c b/toys/posix/sed.c
index ea4d0055..eadac885 100644
--- a/toys/posix/sed.c
+++ b/toys/posix/sed.c
@@ -22,8 +22,8 @@ config SED
Stream editor. Apply one or more editing SCRIPTs to each line of input
(from FILE or stdin) producing output (by default to stdout).
- -e add SCRIPT to list
- -f add contents of SCRIPT_FILE to list
+ -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