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/componentsb.txt | |
parent | 523036ef1e6e4bd7047ec21a6e68b7508569db91 (diff) | |
download | execline-c1fbce5d35af0143623d8541cbc092267843aac9.tar.xz |
Convert examples using import to importas in the doc
Diffstat (limited to 'doc/componentsb.txt')
-rw-r--r-- | doc/componentsb.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/componentsb.txt b/doc/componentsb.txt index a191f04..c65e2e1 100644 --- a/doc/componentsb.txt +++ b/doc/componentsb.txt @@ -31,7 +31,7 @@ baz"$1"qux # This will evaluate to the word baz$1qux baz\$1qux # Same here baz$1qux # Same here in execline-1.y -${PATH} # This will NOT be replaced by execline ; use the import command +${PATH} # This will NOT be replaced by execline ; use the importas command # if you need the $PATH value. 'this is not a string' # it will be parsed as five separate words |