Skip to content

Commit

Permalink
Merge pull request #182 from AdguardTeam/CLI-correct-the-commands
Browse files Browse the repository at this point in the history
Fixed commands in Knowledge base for Linux
  • Loading branch information
DashaBu authored May 27, 2024
2 parents a46aa07 + b76a0cb commit abfcf0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/adguard-vpn-for-linux/adguard-vpn-for-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ On Linux, press `Ctrl+Alt+T`. On your Mac, type `Terminal` in the search field.

To view all available commands, type:

`adguardvpn-cli --help-all`
adguardvpn-cli --help-all
2 changes: 1 addition & 1 deletion docs/adguard-vpn-for-linux/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To log out of AdGuard VPN, type:

For quick connection, type:

adguard-vpn cli connect
adguardvpn-cli connect

AdGuard VPN will connect to the fastest available or the last used location.

Expand Down
4 changes: 2 additions & 2 deletions docs/adguard-vpn-for-linux/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ To disable it, set it to `off`.

To change the update channel, type:

`adguardvpn-cli config set-update-channel <channel>`
adguardvpn-cli config set-update-channel <channel>

Replace `<channel>` with `stable`, `beta`, or `nightly`, depending on your preferences.
Replace `<channel>` with `release`, `beta`, or `nightly`, depending on your preferences.

## Hints

Expand Down

0 comments on commit abfcf0e

Please sign in to comment.