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}
This commit is contained in:
VladimirTechMan
2017-01-25 12:33:40 -08:00
committed by Commit bot
parent 148e370526
commit 2d8cd58c55

View File

@ -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."