From 667c6dc67fe7bafba6b476221d0f3d4dcd1cfc61 Mon Sep 17 00:00:00 2001 From: hub Date: Wed, 7 Sep 2022 23:19:49 +0200 Subject: [PATCH] very big change --- cmd/root.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index 03cb84f..552b44e 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -151,8 +151,7 @@ Usage Examples: // download server if not present if !util.PathIsFile(path.Join(serverDir, serverFile)) { - fmt.Println("Server file not present, downloading...") - fmt.Println("(Point --server-dir and --server-file flags for an existing server file to skip this step.)") + fmt.Println("Server file not present, downloading...\n(Point --server-dir and --server-file flags to an existing server file to skip this step.)") var provider server.Provider if index.Dependencies.Fabric != "" {