Replace double-quote with single-quote at example (#26667)
This commit is contained in:
parent
2d7e00c670
commit
db5ec11758
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
----------------
|
||||
|
|
Loading…
Reference in a new issue