OSDN Git Service

rename vapord (#277)
[bytom/vapor.git] / cmd / vapord / commands / root.go
index dc43b08..6f75655 100644 (file)
@@ -16,7 +16,7 @@ var (
 )
 
 var RootCmd = &cobra.Command{
-       Use:   "bytomd",
+       Use:   "vapord",
        Short: "Multiple asset management.",
        PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
                err := viper.Unmarshal(config)