From 1d7ad7a022bf894e89904832a0c84f14c8ca2d31 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 21 Jun 2012 09:45:11 +0200 Subject: tweak help texts Signed-off-by: Denys Vlasenko --- editors/sed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/sed.c b/editors/sed.c index 652aaf573..42d8e17c6 100644 --- a/editors/sed.c +++ b/editors/sed.c @@ -63,7 +63,7 @@ //usage: " -e CMD Add CMD to sed commands to be executed" //usage: "\n -f FILE Add FILE contents to sed commands to be executed" //usage: "\n -i[SFX] Edit files in-place (otherwise sends to stdout)" -//usage: "\n Optionally backs files up, appending SFX" +//usage: "\n Optionally back files up, appending SFX" //usage: "\n -n Suppress automatic printing of pattern space" //usage: "\n -r Use extended regex syntax" //usage: "\n" -- cgit v1.2.3