[lldb] Correct --help output for qemu rootfs script

It was printing "Usage:" twice.

Reviewed By: omjavaid

Differential Revision: https://reviews.llvm.org/D90225
This commit is contained in:
David Spickett 2020-10-27 11:55:27 +00:00
parent 075f661d01
commit 749f13e763

View File

@ -3,7 +3,6 @@
set -e
print_usage() {
echo "Usage:"
echo "Usage: $(basename $0) [options]"
echo -e "Creates a Ubuntu root file system image.\n"
echo -e " --help\t\t\tDisplay this information."