diff options
Diffstat (limited to 'sed.c')
-rw-r--r-- | sed.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -57,9 +57,9 @@ static const char sed_usage[] = | |||
57 | "-e\tadd the script to the commands to be executed\n" | 57 | "-e\tadd the script to the commands to be executed\n" |
58 | "-n\tsuppress automatic printing of pattern space\n\n" | 58 | "-n\tsuppress automatic printing of pattern space\n\n" |
59 | #if defined BB_REGEXP | 59 | #if defined BB_REGEXP |
60 | "This version of sed matches full regular expresions.\n"; | 60 | "This version of sed matches full regular expressions.\n"; |
61 | #else | 61 | #else |
62 | "This version of sed matches strings (not full regular expresions).\n" | 62 | "This version of sed matches strings (not full regular expressions).\n" |
63 | #endif | 63 | #endif |
64 | #endif | 64 | #endif |
65 | ; | 65 | ; |