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 591f09184..93eb2f6ba 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3812,7 +3812,7 @@ | |||
3812 | "Options:" \ | 3812 | "Options:" \ |
3813 | "\n -e CMD Add CMD to sed commands to be executed" \ | 3813 | "\n -e CMD Add CMD to sed commands to be executed" \ |
3814 | "\n -f FILE Add FILE contents to sed commands to be executed" \ | 3814 | "\n -f FILE Add FILE contents to sed commands to be executed" \ |
3815 | "\n -i Edit files in-place (default uses stdout for all output)" \ | 3815 | "\n -i Edit files in-place (else sends result to stdout)" \ |
3816 | "\n -n Suppress automatic printing of pattern space" \ | 3816 | "\n -n Suppress automatic printing of pattern space" \ |
3817 | "\n -r Use extended regex syntax" \ | 3817 | "\n -r Use extended regex syntax" \ |
3818 | "\n" \ | 3818 | "\n" \ |