From eb7e847adcecf11cd8fd99077ba3a582abe60146 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 25 May 2017 17:56:11 -0700 Subject: Be more consistent about periods in help text. --- toys/posix/sed.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'toys/posix/sed.c') 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 -- cgit v1.2.3