Commit ff27f9f1 authored by chenminjian's avatar chenminjian

refact(cmd/repo): normalize fsck cmd name

License: MIT
Signed-off-by: default avatarchenminjian <727180553@qq.com>
parent 5afa7ebf
......@@ -39,7 +39,7 @@ var RepoCmd = &cmds.Command{
Subcommands: map[string]*cmds.Command{
"stat": repoStatCmd,
"gc": repoGcCmd,
"fsck": RepoFsckCmd,
"fsck": repoFsckCmd,
"version": repoVersionCmd,
"verify": repoVerifyCmd,
},
......@@ -221,7 +221,7 @@ Version string The repo version.
},
}
var RepoFsckCmd = &cmds.Command{
var repoFsckCmd = &cmds.Command{
Helptext: cmdkit.HelpText{
Tagline: "Remove repo lockfiles.",
ShortDescription: `
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment