Update first_config.rst

Remove invalid CLI args in example
This commit is contained in:
Xavier Salazar 2026-04-14 10:13:10 -07:00 committed by GitHub
parent 915d445e21
commit ca461c9acf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
present the subscription's raw layout with no fill.