Aligned help example with v2.5.0 output
Signed-off-by: Daniel Hammer <daniel.hammer+oss@gmail.com>
This commit is contained in:
parent
05c54614b2
commit
a292044501
1 changed files with 3 additions and 1 deletions
|
@ -13,8 +13,10 @@ Available Commands:
|
||||||
gen A collection of useful generators
|
gen A collection of useful generators
|
||||||
help Help about any command
|
help Help about any command
|
||||||
initprovider Initialize and/or updates the configured data provider
|
initprovider Initialize and/or updates the configured data provider
|
||||||
|
ping Issues an health check to SFTPGo
|
||||||
portable Serve a single directory/account
|
portable Serve a single directory/account
|
||||||
resetprovider Reset the configured provider, any data will be lost
|
resetprovider Reset the configured provider, any data will be lost
|
||||||
|
resetpwd Reset the password for the specified administrator
|
||||||
revertprovider Revert the configured data provider to a previous version
|
revertprovider Revert the configured data provider to a previous version
|
||||||
serve Start the SFTPGo service
|
serve Start the SFTPGo service
|
||||||
smtptest Test the SMTP configuration
|
smtptest Test the SMTP configuration
|
||||||
|
@ -24,7 +26,7 @@ Flags:
|
||||||
-h, --help help for sftpgo
|
-h, --help help for sftpgo
|
||||||
-v, --version
|
-v, --version
|
||||||
|
|
||||||
Use "sftpgo [command] --help" for more information about a command
|
Use "sftpgo [command] --help" for more information about a command.
|
||||||
```
|
```
|
||||||
|
|
||||||
The `serve` command supports the following flags:
|
The `serve` command supports the following flags:
|
||||||
|
|
Loading…
Reference in a new issue