refactoring

This commit is contained in:
Jonas Kaninda
2024-11-18 14:54:05 +01:00
parent acd10d45e8
commit 75fc6d0552
2 changed files with 2 additions and 2 deletions

View File

@@ -29,4 +29,4 @@ func FullVersion() {
const MainExample = "Initialize config: config init --output config.yml\n" +
"Start server: server \n" +
"Start server with custom config file: server --config config.yml \n" +
"Check config file: config init -f -o config.yml"
"Check config file: config check --config config.yml"