Skip to content
Snippets Groups Projects
Commit bf344b8b authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

update help output

parent b94355d1
No related branches found
No related tags found
1 merge request!404Enable export and import of SDN configuration
Pipeline #126698 failed
This commit is part of merge request !404. Comments created here will be created in the context of that merge request.
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment