Commit 13967e98 authored by cuisongliu's avatar cuisongliu
Browse files

fix #75

Showing with 1 addition and 1 deletion
+1 -1
......@@ -31,7 +31,7 @@ var configCmd = &cobra.Command{
func init() {
rootCmd.AddCommand(configCmd)
configCmd.Flags().StringVarP(&install.ConfigType, "type", "t", "kubeadm", "template type (Optional: kubeadm-config)")
configCmd.Flags().StringVarP(&install.ConfigType, "type", "t", "kubeadm", "template type (Optional: kubeadm)")
// Here you will define your flags and configuration settings.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment