diff --git a/cmd/fs/fs.go b/cmd/fs/fs.go index 8c6d03410..a69c4b62d 100644 --- a/cmd/fs/fs.go +++ b/cmd/fs/fs.go @@ -7,9 +7,9 @@ import ( // fsCmd represents the fs command var fsCmd = &cobra.Command{ - Use: "fs", - Short: "Filesystem related commands", - Long: `Commands to do DBFS operations.`, + Use: "fs", + Short: "Filesystem related commands", + Long: `Commands to do DBFS operations.`, } func init() {