Browse Source

scripts: update usage to reflect options in build_utm.sh

osy 1 năm trước cách đây
mục cha
commit
78304a5589
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/build_utm.sh

+ 1 - 1
scripts/build_utm.sh

@@ -7,7 +7,7 @@ command -v realpath >/dev/null 2>&1 || realpath() {
 BASEDIR="$(dirname "$(realpath $0)")"
 
 usage () {
-    echo "Usage: $(basename $0)  [-t teamid] [-p platform] [-s scheme] [-a architecture] [-t targetversion] [-o output]"
+    echo "Usage: $(basename $0)  [-t teamid] [-k SDK] [-s scheme] [-a architecture] [-o output]"
     echo ""
     echo "  -t teamid        Team Identifier for app groups. Optional for iOS. Required for macOS."
     echo "  -k sdk           Target SDK. Default iphoneos. [iphoneos|iphonesimulator|xros|xrsimulator|macosx]"