fix: dfstore command-line tool name (#1492)

Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
Gaius 2022-07-27 18:22:30 +08:00
parent 7c2ee7858b
commit caa16978e7
No known key found for this signature in database
GPG Key ID: 8B4E5D1290FA2FFB
1 changed files with 1 additions and 1 deletions

View File

@ -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 // rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{ var rootCmd = &cobra.Command{
Use: "dfcache <command> [flags]", Use: "dfstore <command> [flags]",
Short: "object storage client of dragonfly.", Short: "object storage client of dragonfly.",
Long: dfstoreDescription, Long: dfstoreDescription,
Args: cobra.MaximumNArgs(1), Args: cobra.MaximumNArgs(1),