OSDN Git Service

rename (#465)
[bytom/vapor.git] / cmd / vapord / commands / root.go
index dc43b08..ed4060d 100644 (file)
@@ -8,7 +8,7 @@ import (
        "github.com/spf13/viper"
        cmn "github.com/tendermint/tmlibs/common"
 
-       cfg "github.com/vapor/config"
+       cfg "github.com/bytom/vapor/config"
 )
 
 var (
@@ -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)