diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-27 01:11:13 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-27 01:11:13 +0000 |
commit | a1f847eae994d665d01b85b0fd1a69492455f3ec (patch) | |
tree | 6e95b9da46cc0a735ef1f75ae0ad20bcbe61c915 /doc/forx.html | |
parent | 86aa8c6429885ecde3c4cbbb9528fc82f024f40a (diff) | |
download | execline-a1f847eae994d665d01b85b0fd1a69492455f3ec.tar.xz |
- Added -D option to backtick
- Doc updated
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 86729b8..0349a85 100644 --- a/doc/forx.html +++ b/doc/forx.html @@ -58,7 +58,7 @@ same exit code. </li> <h2> Notes </h2> <ul> - <li> You can start <em>loop</em> with "import <em>variable</em> unexport <em>variable</em>" + <li> You can start <em>loop</em> with "import -u <em>variable</em>" if you want variable substitution. </li> </ul> |