mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-28 22:08:01 +08:00
refact(cmd/repo): normalize fsck cmd name
License: MIT Signed-off-by: chenminjian <727180553@qq.com>
This commit is contained in:
parent
5afa7ebfdc
commit
ff27f9f112
@ -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: `
|
||||
|
||||
Loading…
Reference in New Issue
Block a user