self update: remove not possible exit codes

This commit is contained in:
Michael Eischer
2026-05-16 11:41:24 +02:00
parent 9299c45818
commit df03e8a0ec
-3
View File
@@ -38,9 +38,6 @@ EXIT STATUS
Exit status is 0 if the command was successful.
Exit status is 1 if there was any error.
Exit status is 10 if the repository does not exist.
Exit status is 11 if the repository is already locked.
Exit status is 12 if the password is incorrect.
`,
DisableAutoGenTag: true,
RunE: func(cmd *cobra.Command, args []string) error {