From caa16978e721a896d67c71406c65a1d16dd6625e Mon Sep 17 00:00:00 2001 From: Gaius Date: Wed, 27 Jul 2022 18:22:30 +0800 Subject: [PATCH] fix: dfstore command-line tool name (#1492) Signed-off-by: Gaius --- cmd/dfstore/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),