making note of my changes.
[oweals/busybox.git] / sed.c
diff --git a/sed.c b/sed.c
index 8e5f695c4bd6a426d4e11a1d9edd01d7a583a095..25777243d9994f7a25fde185e7867e5385649d73 100644 (file)
--- a/sed.c
+++ b/sed.c
@@ -46,7 +46,7 @@ static const char sed_usage[] =
     "\t  /REGEXP/  Match specified regexp\n"
     "\t  (! inverts the meaning of the match)\n\n"
     "\tand COMMAND can be:\n"
-    "\t  s/regexp/replacement/[gp]\n"
+    "\t  s/regexp/replacement/[igp]\n"
     "\t     which attempt to match regexp against the pattern space\n"
     "\t     and if successful replaces the matched portion with replacement.\n\n"
     "\t  aTEXT\n"