diff options
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 987965c..ce56247 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2074,7 +2074,7 @@ "\t\t\tcommands to be executed\n" \ "\t-i\t\tedit files in-place\n" \ "\t-n\t\tsuppress automatic printing of pattern space\n" \ - "\t-r\t\tuse extended regular expression syntax\n" + "\t-r\t\tuse extended regular expression syntax\n" \ "\n" \ "If no -e or -f is given, the first non-option argument is taken as the sed\n"\ "script to interpret. All remaining arguments are names of input files; if no\n"\ |