1
0
mirror of https://github.com/drakkan/sftpgo.git synced 2025-11-29 22:08:10 +02:00

minor fixes and doc improvements

This commit is contained in:
Nicola Murino
2021-09-18 10:50:17 +02:00
parent b5639a51fd
commit 6ea38188e8
9 changed files with 68 additions and 48 deletions

View File

@@ -12,7 +12,7 @@ import (
var (
serveCmd = &cobra.Command{
Use: "serve",
Short: "Start the SFTP Server",
Short: "Start the SFTPGo service",
Long: `To start the SFTPGo with the default values for the command line flags simply
use: