Explorar o código

Merge pull request #32288 from pacoxu/patch-2

fix documentation error: volume-opt in service create
Sebastiaan van Stijn %!s(int64=8) %!d(string=hai) anos
pai
achega
b1dcf5e9a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/reference/commandline/service_create.md

+ 1 - 1
docs/reference/commandline/service_create.md

@@ -426,7 +426,7 @@ The following options can only be used for named volumes (`type=volume`);
       Options specific to a given volume driver, which will be passed to the
       driver when creating the volume. Options are provided as a comma-separated
       list of key/value pairs, for example,
-      <tt>volume-opt=some-option=some-value,some-other-option=some-other-value</tt>.
+      <tt>volume-opt=some-option=some-value,volume-opt=some-other-option=some-other-value</tt>.
       For available options for a given driver, refer to that driver's
       documentation.
     </td>