diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-23 23:13:32 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-23 23:13:32 +0000 |
commit | c1fbce5d35af0143623d8541cbc092267843aac9 (patch) | |
tree | 10d1961e2e97ccf9bb4329ec7fc25412d20fb55b /doc/forx.html | |
parent | 523036ef1e6e4bd7047ec21a6e68b7508569db91 (diff) | |
download | execline-c1fbce5d35af0143623d8541cbc092267843aac9.tar.xz |
Convert examples using import to importas in the doc
Diffstat (limited to 'doc/forx.html')
-rw-r--r-- | doc/forx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/forx.html b/doc/forx.html index 5ad43f6..1c2a61c 100644 --- a/doc/forx.html +++ b/doc/forx.html @@ -68,7 +68,7 @@ listed in the <em>breakcodes</em> list, else it will exit 1. </li> <h2> Notes </h2> <ul> - <li> You can start <em>loop</em> with "import -u <em>variable</em>" + <li> You can start <em>loop</em> with "importas -u <em>variable</em> <em>variable</em>" if you want variable substitution. </li> </ul> |