Merge pull request #682 from jpmens/patch-1

Small typo in dry-run of remove snapshot
This commit is contained in:
Alexander Neumann 2016-12-03 10:11:58 +01:00
commit 281cbbdf2e
1 changed files with 1 additions and 1 deletions

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())
}
}