diff --git a/cmd/dfstore/cmd/root.go b/cmd/dfstore/cmd/root.go index a693750fc..884f0c27e 100644 --- a/cmd/dfstore/cmd/root.go +++ b/cmd/dfstore/cmd/root.go @@ -45,7 +45,7 @@ In the process of object storage, P2P Cache is effectively used for fast read an // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ - Use: "dfcache [flags]", + Use: "dfstore [flags]", Short: "object storage client of dragonfly.", Long: dfstoreDescription, Args: cobra.MaximumNArgs(1),