summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gen/sd.12
-rw-r--r--xtask/src/gen.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/gen/sd.1 b/gen/sd.1
index 3e9b717..58d6c90 100644
--- a/gen/sd.1
+++ b/gen/sd.1
@@ -70,7 +70,7 @@ The program panicked.
.SH EXAMPLES
.TP
String\-literal mode
-\fB$ echo \*(Aqlots((([]))) of special chars\*(Aq | sd \-s \*(Aq((([])))\*(Aq\fR
+\fB$ echo \*(Aqlots((([]))) of special chars\*(Aq | sd \-F \*(Aq((([])))\*(Aq\fR
.br
lots of special chars
.TP
diff --git a/xtask/src/gen.rs b/xtask/src/gen.rs
index 3617536..bfd9073 100644
--- a/xtask/src/gen.rs
+++ b/xtask/src/gen.rs
@@ -59,7 +59,7 @@ fn gen_man(base_dir: &Path) {
// (description, command, result), result can be empty
(
"String-literal mode",
- "echo 'lots((([]))) of special chars' | sd -s '((([])))'",
+ "echo 'lots((([]))) of special chars' | sd -F '((([])))'",
"lots of special chars",
),
(