Merge "Minor tweaks to usage message." am: 6f61fa75c6

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1349042

Change-Id: I5134c63a3e6a328c92db71ba23011dac2f62bac3
This commit is contained in:
Treehugger Robot
2020-06-24 20:13:13 +00:00
committed by Automerger Merge Worker

View File

@@ -56,7 +56,7 @@ Output Options:
temporary / intermediate files. temporary / intermediate files.
-sep=<delim> Use 'delim' as output field separator between notice -sep=<delim> Use 'delim' as output field separator between notice
checksum and notice filename in notice output. checksum and notice filename in notice output.
e.g. sep='\t' e.g. sep='\\t'
(Default space) (Default space)
-csv Shorthand for -sep=',' -csv Shorthand for -sep=','
-directories=<f> Output directory names of dependencies to 'f'. -directories=<f> Output directory names of dependencies to 'f'.
@@ -280,7 +280,7 @@ while [ $# -gt 0 ]; do
notices=) notices=)
notices_out=$(expr "${flag}" : '^.*=\(.*\)$');; notices_out=$(expr "${flag}" : '^.*=\(.*\)$');;
*) *)
die "Unknown flag ${1}";; die "${usage}\n\nUnknown flag ${1}";;
esac esac
;; ;;
*) *)