fmt.Printf("Usage: %s --bind-type BIND_TYPE --bind-name BIND_NAME [--object-type OBJECT_TYPE] [--variable VARIABLE_NAME] [--key KEY] [--json] [--yaml]\n\n", os.Args[0]) fmt.Printf("Example: %s --bind-type mclass --bind-name stab --object-type puppet\n", os.Args[0]) fmt.Printf("Example: %s --bind-type mclass --bind-name stab --object-type puppet --variable db-creds\n", os.Args[0]) fmt.Printf("Example: %s --bind-type mclass --bind-name stab --object-type puppet --variable db-creds --key username\n", os.Args[0]) fmt.Printf("Example: %s --bind-type mclass --bind-name stab --object-type puppet --json\n", os.Args[0]) fmt.Printf("Example: %s --bind-type mclass --bind-name stab --object-type puppet --yaml\n", os.Args[0]) fmt.Printf("Example: %s --bind-type maestro_runbook --bind-name myrunbook.pl --variable db-creds --yaml\n", os.Args[0]) os.Exit(1)