From bb96f00ca5476aae24fb4554bae3513fd2cdc705 Mon Sep 17 00:00:00 2001 From: Xavier Salazar Date: Tue, 14 Apr 2026 22:35:44 -0700 Subject: [PATCH] [DOCS] Update inspect usage in first config docs (#1460) Remove invalid CLI args in example --- docs/source/guides/getting_started/first_config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.