Skip to content

Commit

Permalink
fix: remove file flag from IaC help
Browse files Browse the repository at this point in the history
  • Loading branch information
Almog Ben-David committed Aug 10, 2020
1 parent f9c08eb commit 7e599e0
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 7e599e0

Please sign in to comment.