Skip to content

Commit bb96f00

Browse files
authored
[DOCS] Update inspect usage in first config docs (#1460)
Remove invalid CLI args in example
1 parent 915d445 commit bb96f00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/guides/getting_started/first_config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ You can unpack any subscription using the ``inspect`` sub-command to see its boi
251251

252252
.. code-block:: bash
253253
254-
ytdl-sub inspect --config /path/to/config.yaml --match "BBC News" /path/to/subscriptions.yaml
254+
ytdl-sub inspect --match "BBC News" /path/to/subscriptions.yaml
255255
256256
This can be utilized for numerous purposes including:
257257

@@ -260,4 +260,4 @@ This can be utilized for numerous purposes including:
260260
* Understanding how subscription syntax translates to preset representation.
261261

262262
The default ``--level`` of inspect will fill in defined variables. Using ``--level original`` will
263-
present the subscription's raw layout with no fill.
263+
present the subscription's raw layout with no fill.

0 commit comments

Comments
 (0)