From 2cf2545f32babf293cd8e9a9a3f84cd07a7f0fef Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 7 Dec 2024 15:49:07 -0500 Subject: [PATCH] name script finalized --- update_cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_cli.php b/update_cli.php index a0c435b3..3bace1b8 100644 --- a/update_cli.php +++ b/update_cli.php @@ -11,7 +11,7 @@ require_once "functions.php"; // A function to print the help message so we don't duplicate it function printHelp() { - echo "Usage: php scriptname.php [options]\n\n"; + echo "Usage: php update_cli.php [options]\n\n"; echo "Options:\n"; echo " --help Show this help message.\n"; echo " --update Perform a git pull to update the application.\n";