mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
f5fpc: Prepend all examples with sudo (#2282)
This commit is contained in:
parent
529980ad7b
commit
52f6d80ccf
@ -4,20 +4,20 @@
|
||||
|
||||
- Open a new VPN connection:
|
||||
|
||||
`f5fpc --start`
|
||||
`sudo f5fpc --start`
|
||||
|
||||
- Open a new VPN connection to a specific host:
|
||||
|
||||
`f5fpc --start --host {{host.example.com}}`
|
||||
`sudo f5fpc --start --host {{host.example.com}}`
|
||||
|
||||
- Specify a username (user will be prompted for a password):
|
||||
|
||||
`f5fpc --start --host {{host.example.com}} --username {{user}}`
|
||||
`sudo f5fpc --start --host {{host.example.com}} --username {{user}}`
|
||||
|
||||
- Show the current VPN status:
|
||||
|
||||
`f5fpc --info`
|
||||
`sudo f5fpc --info`
|
||||
|
||||
- Shutdown the VPN connection:
|
||||
|
||||
`f5fpc --stop`
|
||||
`sudo f5fpc --stop`
|
||||
|
Loading…
Reference in New Issue
Block a user