From bf344b8bcbcbbf88c8cc20a0fab3bbbf23388c3c Mon Sep 17 00:00:00 2001
From: Neil-Jocelyn Schark <neil-jocelyn.schark@stud.h-da.de>
Date: Mon, 2 Jan 2023 16:04:05 +0100
Subject: [PATCH] update help output

---
 applications/venv-manager/main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/venv-manager/main.go b/applications/venv-manager/main.go
index 31f5bbcd3..923c94a79 100644
--- a/applications/venv-manager/main.go
+++ b/applications/venv-manager/main.go
@@ -33,7 +33,7 @@ func main() {
 		fmt.Println("--controller string\n\t Controller URL and Port. (Default: 'localhost:55055')")
 		fmt.Println("--topology string\n\t Filename of the resulting topology file. (Default: 'venv.clab.yaml')")
 		fmt.Println("--sdnconfig string\n\t Filename of the resulting SDN configuration file. (Default: 'sdn_config.json')")
-		fmt.Println("--registry string\n\t URL of the container registry to use. Keep in mind that cEOS images and prebuild linux images with the gnmi target are not available on dockerhub. (Default: dockerhub)")
+		fmt.Println("--registry string\n\t URL of the container registry to use. Keep in mind that cEOS images and prebuild linux images with the gnmi target are not available on dockerhub. (Default: none (dockerhub))")
 		fmt.Println("--help\n\t Shows this help screen.")
 	}
 	flag.Parse()
-- 
GitLab