Browse code

Merge pull request #32288 from pacoxu/patch-2

fix documentation error: volume-opt in service create

Sebastiaan van Stijn authored on 2017/04/04 20:50:05
Showing 1 changed files
... ...
@@ -426,7 +426,7 @@ The following options can only be used for named volumes (`type=volume`);
426 426
       Options specific to a given volume driver, which will be passed to the
427 427
       driver when creating the volume. Options are provided as a comma-separated
428 428
       list of key/value pairs, for example,
429
-      <tt>volume-opt=some-option=some-value,some-other-option=some-other-value</tt>.
429
+      <tt>volume-opt=some-option=some-value,volume-opt=some-other-option=some-other-value</tt>.
430 430
       For available options for a given driver, refer to that driver's
431 431
       documentation.
432 432
     </td>