Update On Sat Jan 11 19:32:03 CET 2025

This commit is contained in:
github-action[bot]
2025-01-11 19:32:03 +01:00
parent 46410952e4
commit 5a7825a163
111 changed files with 1573 additions and 1212 deletions
+3 -3
View File
@@ -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."},
},
{