diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-24 17:56:57 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-24 17:56:57 +0000 |
commit | 49b387bb53e76eecd2b6cf4f89f3146fc2198bd3 (patch) | |
tree | 6dc1c9dc123a685f02ca29564fe6d58194cedfcb /doc/multidefine.html | |
parent | 6d217dbeac86c8e5a15fed4c7d3a58d81420d9b0 (diff) | |
download | execline-49b387bb53e76eecd2b6cf4f89f3146fc2198bd3.tar.xz |
Fix chomping: only make it default on line-processing binaries
Diffstat (limited to 'doc/multidefine.html')
-rw-r--r-- | doc/multidefine.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/multidefine.html b/doc/multidefine.html index f3909a2..69ad388 100644 --- a/doc/multidefine.html +++ b/doc/multidefine.html @@ -30,7 +30,7 @@ then executes another program. </p> <pre> - multidefine [ -0 ] [ -r ] [ -C | -c ] [ -n ] [ -d <em>delim</em> ] <em>value</em> { <em>variables...</em> } <em>prog...</em> + multidefine [ -0 ] [ -r ] [ -C | -c ] [ -N | -n ] [ -d <em>delim</em> ] <em>value</em> { <em>variables...</em> } <em>prog...</em> </pre> <ul> @@ -64,6 +64,8 @@ If there are more words in the split <em>value</em> than there are <em>variables</em> in the block, the last variable will be replaced with all the remaining words (and will be split). Without this option, the last variable is replaced with a single word, and the excess words are lost. </li> + <li> Other options are used to <a href="el_transform.html">control</a> the +substitution mechanism. Note that the value is always split. </li> </ul> </body> |