File tree Expand file tree Collapse file tree
docs/source/guides/getting_started Expand file tree Collapse file tree Original file line number Diff line number Diff 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
262262The 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.
You can’t perform that action at this time.
0 commit comments