Browse code

lib/neutron should provide correct syntax in the comment.

Change-Id: I9bafd20aa37949ca93efc6ad3ea814526a8c515b
Closes-Bug: #1469434

Kahou Lei authored on 2015/06/28 01:43:01
Showing 1 changed files
... ...
@@ -749,7 +749,7 @@ function _configure_neutron_common {
749 749
     # For addition plugin config files, set ``Q_PLUGIN_EXTRA_CONF_PATH``,
750 750
     # ``Q_PLUGIN_EXTRA_CONF_FILES``.  For example:
751 751
     #
752
-    #    ``Q_PLUGIN_EXTRA_CONF_FILES=(file1, file2)``
752
+    #    ``Q_PLUGIN_EXTRA_CONF_FILES=(file1 file2)``
753 753
     neutron_plugin_configure_common
754 754
 
755 755
     if [[ "$Q_PLUGIN_CONF_PATH" == '' || "$Q_PLUGIN_CONF_FILENAME" == '' || "$Q_PLUGIN_CLASS" == '' ]]; then