diff options
Diffstat (limited to 'doc/testscript.cli')
-rw-r--r-- | doc/testscript.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/testscript.cli b/doc/testscript.cli index 65f455f..43be258 100644 --- a/doc/testscript.cli +++ b/doc/testscript.cli @@ -2707,7 +2707,7 @@ If the \i{attr} argument is specified, then it must contain a list of value attributes enclosed in \c{[]}, for example: \ -sed -s '/foo/bar/' input | set [string] x +sed -e 's/foo/bar/' input | set [string] x \ Note that this is also the only way to set a variable with a computed name, |