Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-09 00:16:26 +00:00
parent f8bee5305f
commit 9e2d0f72f1
116 changed files with 330 additions and 330 deletions

View File

@@ -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:
`frps {{-c|--config}} ./frps.toml`
`frps {{[-c|--config]}} ./frps.toml`
- Start the service, using a specified config file:
`frps {{-c|--config}} {{path/to/file}}`
`frps {{[-c|--config]}} {{path/to/file}}`
- Check if the configuration file is valid:
`frps verify {{-c|--config}} {{path/to/file}}`
`frps 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:
`frps {{-v|--version}}`
`frps {{[-v|--version]}}`