fix: flag of version and help

This commit is contained in:
2024-10-12 16:24:27 +08:00
parent 747ee080c8
commit 495448254e
4 changed files with 15 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ case "$1" in
;;
version)
for procName in $ProcList;do
$BinDir/$procName -v
$BinDir/$procName --version
done
;;
*)