From 3bf458895c8e9ccaece444b9ebc668040f148879 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 28 Jun 2025 23:03:38 -0600 Subject: [PATCH] Update upgrade.php --- core/upgrade/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/upgrade/upgrade.php b/core/upgrade/upgrade.php index cd296e0ae4..e310ed2fce 100644 --- a/core/upgrade/upgrade.php +++ b/core/upgrade/upgrade.php @@ -199,7 +199,7 @@ echo " -v --version Show the version.\n"; echo " -n --main Update the main application.\n"; echo " -o --optional Update the optional applications.\n"; - echo " -s --schemas Check the table and field structure.\n"; + echo " -s --schema Check the table and field structure.\n"; echo " -t --types Updates field data types as needed.\n"; echo " -d --defaults Restore application defaults.\n"; echo " -m --menu [default|list] Restore menu default or show the menu list\n";