mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-26 13:47:40 +00:00
Fix option name in error message.
This commit is contained in:
+1
-1
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user