mirror of
https://github.com/restic/restic.git
synced 2026-05-28 04:35:41 -04:00
self update: remove not possible exit codes
This commit is contained in:
parent
9299c45818
commit
df03e8a0ec
1 changed files with 0 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue