diff --git a/branch/main/docker_container_exec_module.html b/branch/main/docker_container_exec_module.html index df9206d8..205e901d 100644 --- a/branch/main/docker_container_exec_module.html +++ b/branch/main/docker_container_exec_module.html @@ -226,7 +226,7 @@ see

The command to execute.

Since this is a list of arguments, no quoting is needed.

-

Exactly one of argv and command must be specified.

+

Exactly one of argv or command must be specified.

@@ -274,7 +274,7 @@ see

string

The command to execute.

-

Exactly one of argv and command must be specified.

+

Exactly one of argv or command must be specified.