diff --git a/docs/source/guides/getting_started/first_config.rst b/docs/source/guides/getting_started/first_config.rst index fffbaa85..f4642ac0 100644 --- a/docs/source/guides/getting_started/first_config.rst +++ b/docs/source/guides/getting_started/first_config.rst @@ -251,7 +251,7 @@ You can unpack any subscription using the ``inspect`` sub-command to see its boi .. code-block:: bash - ytdl-sub inspect --config /path/to/config.yaml --match "BBC News" /path/to/subscriptions.yaml + ytdl-sub inspect --match "BBC News" /path/to/subscriptions.yaml This can be utilized for numerous purposes including: @@ -260,4 +260,4 @@ This can be utilized for numerous purposes including: * Understanding how subscription syntax translates to preset representation. The default ``--level`` of inspect will fill in defined variables. Using ``--level original`` will -present the subscription's raw layout with no fill. \ No newline at end of file +present the subscription's raw layout with no fill.