From bb34f229787c429175df2d8d5ff112b0058c3904 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Jun 2020 08:42:24 +0200 Subject: Fix bug in Testscript manual --- doc/testscript.cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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, -- cgit v1.1