diff --git a/docs/source/pages/cli_usage/command_analyze.rst b/docs/source/pages/cli_usage/command_analyze.rst index 50cbf87ab..0ae6f487d 100644 --- a/docs/source/pages/cli_usage/command_analyze.rst +++ b/docs/source/pages/cli_usage/command_analyze.rst @@ -21,7 +21,7 @@ Usage usage: ./run_macaron.sh analyze [-h] [-sbom SBOM_PATH] [-purl PURL] [-rp REPO_PATH] [-b BRANCH] - [-d DIGEST] [-pe PROVENANCE_EXPECTATION] [-c CONFIG_PATH] + [-d DIGEST] [-pe PROVENANCE_EXPECTATION] [--skip-deps] [-g TEMPLATE_PATH] ------- @@ -62,10 +62,6 @@ Options The path to the provenance file in in-toto format. -.. option:: -c CONFIG_PATH, --config-path CONFIG_PATH - - The path to the user configuration. - .. option:: --skip-deps Skip automatic dependency analysis.