From fb1e1e789081d7ef4ee11fc4415a1e112de77e88 Mon Sep 17 00:00:00 2001 From: chonghe Date: Thu, 5 Oct 2023 21:37:34 +0800 Subject: [PATCH] Edit exit message to avoid confusion --- scripts/cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cli.sh b/scripts/cli.sh index b636c3ff2a..24b6b9da2d 100755 --- a/scripts/cli.sh +++ b/scripts/cli.sh @@ -88,7 +88,7 @@ rm -f help_general.md help_bn.md help_vc.md help_am.md help_vm.md # only exit at the very end if [[ $changes == true ]]; then - echo "CLI parameters were not up to date. Run \"make cli\" to update, then commit the changes" + echo "Exiting with error to indicate changes occurred..." exit 1 else echo "CLI parameters are up to date."