Skip to content

Commit

Permalink
Merge pull request #1317 from snyk/fix/remove-file-flag-from-iac-help
Browse files Browse the repository at this point in the history
fix: remove file flag from IaC help
  • Loading branch information
almog27 committed Aug 10, 2020
2 parents f9c08eb + 7e599e0 commit b4bd422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions help/iac.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Usage:

$ snyk iac [command] [options] --file=<path>
$ snyk iac [command] [options] <path>

Find security issues in your Infrastructure as Code files.

Expand All @@ -17,7 +17,7 @@ Options:

Examples:

$ snyk iac test --file=/path/to/Kubernetes.yaml
$ snyk iac test /path/to/Kubernetes.yaml


For more information see https://support.snyk.io/hc/en-us/categories/360001342678-Infrastructure-as-code

0 comments on commit b4bd422

Please sign in to comment.