mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Sat Jan 11 19:32:03 CET 2025
This commit is contained in:
@@ -182,11 +182,11 @@ func RegisterClientCommands() {
|
||||
versionFunc,
|
||||
)
|
||||
RegisterCallback(
|
||||
[]string{"", "describe", "build-info"},
|
||||
[]string{"", "describe", "build"},
|
||||
func(s []string) error {
|
||||
return unexpectedArgsError(s, 3)
|
||||
},
|
||||
buildInfoFunc,
|
||||
describeBuildFunc,
|
||||
)
|
||||
RegisterCallback(
|
||||
[]string{"", "check", "update"},
|
||||
@@ -351,7 +351,7 @@ var clientHelpFunc = func(s []string) error {
|
||||
},
|
||||
},
|
||||
{
|
||||
cmd: "describe build-info",
|
||||
cmd: "describe build",
|
||||
help: []string{"Show mieru build info."},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user