From 7cd6a18ae958d6ee04b65ff649b2b72cf6efca2c Mon Sep 17 00:00:00 2001 From: chonghe Date: Fri, 15 Sep 2023 23:20:02 +0800 Subject: [PATCH] update --- scripts/cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cli.sh b/scripts/cli.sh index ad5c9109f7..dbb66e203b 100755 --- a/scripts/cli.sh +++ b/scripts/cli.sh @@ -98,7 +98,7 @@ rm -f help_general.md help_bn.md help_vc.md help_am.md help_vm.md # used for troubleshooting to show status echo "exist = ${exist[@]}" -echo "changes = ${update[@]}" +echo "update = ${update[@]}" echo "difference = ${diff[@]}" # only exit at the very end