OSDN Git Service

Remove dashboard && Make test OK.
[bytom/bytom.git] / cmd / bytomd / commands / root.go
index 438e179..3f333fe 100644 (file)
@@ -21,7 +21,7 @@ func init() {
 }
 
 var RootCmd = &cobra.Command{
-       Use:   "bytom",
+       Use:   "bytomd",
        Short: "Multiple asset management.",
        PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
                err := viper.Unmarshal(config)