fix: dfstore command-line tool name (#1492)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
7c2ee7858b
commit
caa16978e7
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue