Replace double-quote with single-quote at example (#26667)

This commit is contained in:
hondak 2017-07-13 00:22:50 +09:00 committed by Sam Doran
parent 2d7e00c670
commit db5ec11758

View file

@ -47,7 +47,7 @@ parent:
Use:
$ ./hacking/test-module -m module \
-a "{"parent": {"child": [{"item": "first", "val": "foo"}, {"item": "second", "val": "bar"}]}}"
-a '{"parent": {"child": [{"item": "first", "val": "foo"}, {"item": "second", "val": "bar"}]}}'
Module-formatter
----------------