Fix typo in documentation of script acov-llvm.py.

Test: n/a (comment-only change)
Change-Id: I1c10bfd65477dd2550ed86732f9bf077c59b5a59
This commit is contained in:
Roland Levillain
2022-04-05 10:57:26 +01:00
parent 3f04ab2fb4
commit e6d2736cf4

View File

@@ -33,7 +33,7 @@
# $ acov-llvm.py flush
#
# 4. Pull coverage from device and generate coverage report
# $ acov-llvm.py report -s <one-or-more-source-paths-in-$ANDROID_BUILD_TOP \
# $ acov-llvm.py report -s <one-or-more-source-paths-in-$ANDROID_BUILD_TOP> \
# -b <one-or-more-binaries-in-$OUT> \
# E.g.:
# acov-llvm.py report \