name script finalized

This commit is contained in:
johnnyq 2024-12-07 15:49:07 -05:00
parent 41743a529f
commit 2cf2545f32
1 changed files with 1 additions and 1 deletions

View File

@ -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";