diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-11 08:42:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-11 08:42:24 +0200 |
commit | bb34f229787c429175df2d8d5ff112b0058c3904 (patch) | |
tree | e596d36ce082f0a7d1e30c95a51d4655c1c5843a | |
parent | 045ed0741162e86d91828e3b96ef6c521e578a39 (diff) |
Fix bug in Testscript manual
-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, |