2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00

Small typo in dry-run of remove snapshot

This commit is contained in:
JP Mens 2016-12-02 17:33:05 +01:00 committed by GitHub
parent ef9b974bcd
commit 5996d671a0

View File

@ -140,7 +140,7 @@ func runForget(opts ForgetOptions, gopts GlobalOptions, args []string) error {
Verbosef("removed snapshot %v\n", id.Str())
} else {
Verbosef("would removed snapshot %v\n", id.Str())
Verbosef("would remove snapshot %v\n", id.Str())
}
}