From f4c1460c2bd2baa4dbea34fe2246ef513d8a8381 Mon Sep 17 00:00:00 2001 From: Jeremy Price Date: Thu, 8 Feb 2024 16:37:05 -0800 Subject: [PATCH] remove help text options until i put together the help text --- upgrade.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/upgrade.php b/upgrade.php index d10b748e1a..2fd1c45426 100644 --- a/upgrade.php +++ b/upgrade.php @@ -32,10 +32,6 @@ if ($argc > 1){ $branch = $argv[$arg]; $branch_override = true; break; - case '-h': - case '-H': - case '--help': - default: // for legacy support from before we started using --branch $branch = $argv[$arg]; $branch_override = true;