diff --git a/components/engine/docs/reference/commandline/service_create.md b/components/engine/docs/reference/commandline/service_create.md
index 4c72b3ac6d..4ff47d90e5 100644
--- a/components/engine/docs/reference/commandline/service_create.md
+++ b/components/engine/docs/reference/commandline/service_create.md
@@ -424,7 +424,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,
- volume-opt=some-option=some-value,some-other-option=some-other-value.
+ volume-opt=some-option=some-value,volume-opt=some-other-option=some-other-value.
For available options for a given driver, refer to that driver's
documentation.