diff --git a/src/cli.ts b/src/cli.ts index 77faec8b8..208885e82 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -20,7 +20,7 @@ cli 'A URL for Dependabot API is required.' ) .option( - '-d, --dependabot-api-docker-url ', + '--dependabot-api-docker-url ', 'A URL to be used to access the API from Dependabot containers.' ) .parse(process.argv)