mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 08:58:09 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,15 +15,15 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Start the service, using the newer TOML configuration file (`frps.toml` instead of `frps.ini`) in the current directory:
|
||||
|
||||
`frpc {{-c|--config}} ./frps.toml`
|
||||
`frpc {{[-c|--config]}} ./frps.toml`
|
||||
|
||||
- Start the service, using a specific configuration file:
|
||||
|
||||
`frpc {{-c|--config}} {{path/to/file}}`
|
||||
`frpc {{[-c|--config]}} {{path/to/file}}`
|
||||
|
||||
- Check if the configuration file is valid:
|
||||
|
||||
`frpc verify {{-c|--config}} {{path/to/file}}`
|
||||
`frpc verify {{[-c|--config]}} {{path/to/file}}`
|
||||
|
||||
- Print autocompletion setup script for Bash, fish, PowerShell, or Zsh:
|
||||
|
||||
@@ -31,4 +31,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display version:
|
||||
|
||||
`frpc {{-v|--version}}`
|
||||
`frpc {{[-v|--version]}}`
|
||||
|
||||
Reference in New Issue
Block a user