diff --git a/components/yaml.rst b/components/yaml.rst index e9e16073282..5d007738d09 100644 --- a/components/yaml.rst +++ b/components/yaml.rst @@ -436,7 +436,7 @@ Add the ``--format`` option to get the output in JSON format: .. code-block:: terminal - $ php lint.php path/to/file.yaml --format json + $ php lint.php path/to/file.yaml --format=json .. tip::