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

pull/4420/head
hondak 2017-07-13 00:22:50 +09:00 committed by Sam Doran
parent 2d7e00c670
commit db5ec11758
1 changed files with 1 additions and 1 deletions

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
----------------