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 != "" {