Skip to content

Commit

Permalink
docs: removed --check_auth cli reference as it was only present in v1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed Jul 8, 2022
1 parent 817c56f commit 9998e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To uninstall:<br>

## Usage & Syntax
```
usage: pfsense-vshell [-h] --host HOST [--virtual_shell] [--command COMMAND] [--check_auth COMMAND] --username USERNAME --password PASSWORD [--scheme {http,https}] [--port PORT] [--timeout TIMEOUT] [--shell_timeout SHELL_TIMEOUT] [--no_verify] [--version] [--verbose]
usage: pfsense-vshell [-h] --host HOST [--virtual_shell] [--command COMMAND] --username USERNAME --password PASSWORD [--scheme {http,https}] [--port PORT] [--timeout TIMEOUT] [--shell_timeout SHELL_TIMEOUT] [--no_verify] [--version] [--verbose]
```

| Command | Shorthand | Required | Description | Example Usage |
Expand Down Expand Up @@ -65,7 +65,7 @@ $ pfsense-vshell --host 127.0.0.1 --command "pkg install -y pfSense-pkg-nmap" --
5: Display pfSense vShell version
```shell script
$ pfsense-vshell --version
pfsense-vshell v2.0.0
pfsense-vshell v2.0.3
```

## Notes
Expand Down

0 comments on commit 9998e3d

Please sign in to comment.