This new parameter was added as part of commit ee06a78790 ("remote: allow
passing argv to the ext transport").

Signed-off-by: Mark Cave-Ayland <[email protected]>
---
 docs/uri.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/uri.rst b/docs/uri.rst
index cc970001f4..48eda49308 100644
--- a/docs/uri.rst
+++ b/docs/uri.rst
@@ -1,3 +1,5 @@
+.. role:: since
+
 ===============
 Connection URIs
 ===============
@@ -326,6 +328,9 @@ Supported extra parameters:
 
   ``command``
     The external command launched to tunnel the data to the destination.
+  ``argv`` :since:`(since 12.5.0)`
+    An optional parameter to be passed to the external command. ``argv`` may be
+    specified multiple times to pass multiple arguments.
 
 ``tcp`` transport
 ^^^^^^^^^^^^^^^^^
-- 
2.43.0

Reply via email to