diff --git a/engine/scan/index.md b/engine/scan/index.md index 27e9942d48..e300243125 100644 --- a/engine/scan/index.md +++ b/engine/scan/index.md @@ -56,7 +56,7 @@ The high-level `docker scan` command scans local images using the image name or |:------------------------------------------------------------------ :------------------------------------------------| | `--accept license` | Accept the license agreement of the third-party scanning provider | | `--dependency-tree` | Display the dependency tree of the image along with scan results | -| `-exclude-base` | Exclude the base image during scanning. This option requires the --file option to be set | +| `--exclude-base` | Exclude the base image during scanning. This option requires the --file option to be set | | `-f`, `--file string` | Specify the location of the Dockerfile associated with the image. This option displays a detailed scan result | | `--json` | Display the result of the scan in JSON format| | `--login` | Log into Snyk using an optional token (using the flag --token), or by using a web-based token |