From 6e4d0158baf06844197d3da93ae8c477308d84d5 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 20 Jul 2020 16:57:42 +0200 Subject: [PATCH] Bug 25511: Add POD for --force --- misc/devel/update_dbix_class_files.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/misc/devel/update_dbix_class_files.pl b/misc/devel/update_dbix_class_files.pl index ccf5f34b3a..7e00b8f447 100755 --- a/misc/devel/update_dbix_class_files.pl +++ b/misc/devel/update_dbix_class_files.pl @@ -167,6 +167,12 @@ port number for the DB server. (defaults to '3306') path into which create the schema files. (defaults to './') +=item B<--force> + +Force a schema overwrite. + +WARNING: Use this at your own risk! it's helpful if you are maintaining a fork or in other such cases. You should always attempt to run the script without force first and only resort to using force if that fails. It is also very much worthwhile checking the diff after running with force to ensure you have not resulted in any unexpected changes. + =item B<-h|--help> prints this help text -- 2.20.1