summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2016-08-03 09:08:40 +0000
committernicm <nicm>2016-08-03 09:08:40 +0000
commitf811127bb602cd78295b75132e3e1252e5aebc98 (patch)
tree9698c1accbfcdec5d3b0f1e5cc742e59d3b64dab /tmux.1
parentf8cc48a43f1fd5fe082fde86b429c2cda5bcf1b0 (diff)
We only replace the first %%, not multiple (use %2 for second).
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.14
1 files changed, 1 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index ffba05e9..4f0b15f4 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3800,9 +3800,7 @@ Before the command is executed, the first occurrence of the string
.Ql %%
and all occurrences of
.Ql %1
-are replaced by the response to the first prompt, the second
-.Ql %%
-and all
+are replaced by the response to the first prompt, all
.Ql %2
are replaced with the response to the second prompt, and so on for further
prompts.