Skip to content

Commit

Permalink
docs: fix up some of the language
Browse files Browse the repository at this point in the history
  • Loading branch information
aviadhahami committed Mar 24, 2020
1 parent 452b730 commit f6092fd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions help/help.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@

Usage:

$ snyk [options] [command] [package]
$ snyk [command] [options] [package]

The package argument is optional. If no package is given, Snyk will
run the command against the current working directory allowing you
to test your non-public applications.

Commands:

auth [api-token] ... Sign into Snyk.
auth [api-token] ... Authenticate use of the Snyk CLI tool with your Snyk account.
test ............... Test for any known vulnerabilities.
wizard ............. Configure your policy file to update, auto patch and
ignore vulnerabilities in npm & yarn projects.
ignore vulnerabilities in npm & yarn projects. snyk wizard updates your .snyk file automatically.
protect ............ Protect your code from vulnerabilities and
optionally suppress specific vulnerabilities.
Note: Node.js only.
monitor ............ Record the state of dependencies and any
vulnerabilities on snyk.io.
policy ............. Display the Snyk policy for a package.
policy ............. Display the .snyk policy for a package.
ignore ............. Modifies the .snyk policy to ignore stated issues.
For more information run `snyk help ignore`.
help [topic] ....... Display detailed help about commands and options.
help [topic] ....... Display this detailed help about commands and options.
config ............. Manage Snyk's configuration, note that this configuration is stored
on your machine and applies to all Snyk CLI calls.

Expand Down Expand Up @@ -123,11 +123,11 @@ CocoaPods options:
Prevent testing out of sync lockfiles. Defaults to false.

Python options:
--command=<string> Python command to use.
The default is 'python' which will execute your systems default python version.
--command=<string> Indicate which specific Python commands to use based on Python version.
The default is 'python' which executes your systems default python version.
Run 'python -V' to find out what version that is.
If you are using multiple Python versions, or you aliased your Python command, for example to python2 or python3,
use this parameter to specify the correct Python command for execution e.g. `--command=python3`.
use this parameter to specify the correct Python command for execution. For example: `--command=python3`.
--skip-unresolved=<true|false>
Allow skipping packages that are not found
in the environment.
Expand Down

0 comments on commit f6092fd

Please sign in to comment.