Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: webrtc/build/ios/build_ios_libs.sh

Issue 2654083003: Minor updates to the help message printed by build_ios_libs.sh (with -h) (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/ios/build_ios_libs.sh
diff --git a/webrtc/build/ios/build_ios_libs.sh b/webrtc/build/ios/build_ios_libs.sh
index 4c78da58fcdfd3c98489cc43aa80a9e0136bf35d..a772b558d97059e303172acef9de51dfd125c57c 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."
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698