From 25d94e3d71fb21095e89faf27e03328b18787826 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 7 Apr 2023 13:48:29 +0200 Subject: [PATCH] Bug 32334: Fix spelling Signed-off-by: Jonathan Druart --- misc/maintenance/sync_db_comments.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/maintenance/sync_db_comments.pl b/misc/maintenance/sync_db_comments.pl index 57cbdef3814..641645894cb 100755 --- a/misc/maintenance/sync_db_comments.pl +++ b/misc/maintenance/sync_db_comments.pl @@ -87,19 +87,19 @@ misc/maintenance/sync_db_comments.pl Some examples: - misc/maintance/sync_db_comments.pl -help + misc/maintenance/sync_db_comments.pl -help Usage statement. - misc/maintance/sync_db_comments.pl -clear -commit -verbose + misc/maintenance/sync_db_comments.pl -clear -commit -verbose Clear all column comments in database. The verbose flag shows all issued ALTER TABLE statements. - misc/maintance/sync_db_comments.pl -reset -commit -database mydb -table items -schema newstructure.sql + misc/maintenance/sync_db_comments.pl -reset -commit -database mydb -table items -schema newstructure.sql Only resets comments in items table. Operates on specific database instead of the one from $KOHA_CONF. Reads the schema from the specified file instead of default one. - misc/maintance/sync_db_comments.pl -renumber + misc/maintenance/sync_db_comments.pl -renumber Renumbers all comments like Comment_1,2,.. Added for testing purposes. Not meant to run on production. Omitting the commit flag allows you to see what would be done (dry run). -- 2.25.1