From 2d8cd58c55b10b2873e7ab5af073184b11fde6ba Mon Sep 17 00:00:00 2001 From: VladimirTechMan Date: Wed, 25 Jan 2017 12:33:40 -0800 Subject: [PATCH] Minor updates to the help message printed by build_ios_libs.sh (with -h) BUG=None NOTRY=True Review-Url: https://codereview.webrtc.org/2654083003 Cr-Commit-Position: refs/heads/master@{#16276} --- webrtc/build/ios/build_ios_libs.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/webrtc/build/ios/build_ios_libs.sh b/webrtc/build/ios/build_ios_libs.sh index 4c78da58fc..a772b558d9 100755 --- a/webrtc/build/ios/build_ios_libs.sh +++ b/webrtc/build/ios/build_ios_libs.sh @@ -90,14 +90,14 @@ use_xcode_clang=true is_component_build=false" function usage { echo "WebRTC iOS FAT libraries build script." echo "Each architecture is compiled separately before being merged together." - echo "By default, the fat libraries will be created in out_ios_libs/." + echo "By default, the library is created in out_ios_libs/. (Change with -o.)" echo "The headers will be copied to out_ios_libs/include." - echo "Usage: $0 [-h] [-b build_type] [-c] [-o output_dir]" + echo "Usage: $0 [-h] [-b build_type] [-c] [-o output_dir] [-r rev_num] [-e]" echo " -h Print this help." - echo " -b The build type. Can be framework or static_only." - echo " Defaults to framework." - echo " -c Removes generated build output." - echo " -o Specifies a directory to output build artifacts to." + echo " -b The build type. Can be \"framework\" or \"static_only\"." + echo " Defaults to \"framework\"." + echo " -c Removes the previously generated build output, if any." + echo " -o Specifies a directory to output the build artifacts to." echo " If specified together with -c, deletes the dir." echo " -r Specifies a revision number to embed if building the framework." echo " -e Compile with bitcode."