Fix option name in error message.

This commit is contained in:
Andrey Smirnov
2014-01-29 18:05:22 +04:00
parent 772035ad44
commit 2487d5da37
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ func aptlyMirrorDrop(cmd *commander.Command, args []string) error {
fmt.Printf(" * %s\n", snapshot)
}
return fmt.Errorf("won't delete mirror with snapshots, use --force to override")
return fmt.Errorf("won't delete mirror with snapshots, use -force to override")
}
}