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:
`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]}}`