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")
}
}
+1 -1
View File
@@ -1,3 +1,3 @@
Mirror `wheezy-main` was used to create following snapshots:
* [wheez]: Snapshot from mirror [wheezy-main]: http://mirror.yandex.ru/debian/ wheezy
ERROR: won't delete mirror with snapshots, use --force to override
ERROR: won't delete mirror with snapshots, use -force to override