From: David Spickett Date: Tue, 27 Oct 2020 11:55:27 +0000 (+0000) Subject: [lldb] Correct --help output for qemu rootfs script X-Git-Tag: llvmorg-13-init~7766 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=749f13e7635aebcda978ee2e42f5569ab7f0fafc;p=platform%2Fupstream%2Fllvm.git [lldb] Correct --help output for qemu rootfs script It was printing "Usage:" twice. Reviewed By: omjavaid Differential Revision: https://reviews.llvm.org/D90225 --- diff --git a/lldb/scripts/lldb-test-qemu/rootfs.sh b/lldb/scripts/lldb-test-qemu/rootfs.sh index 0491f4b..33ff278 100644 --- a/lldb/scripts/lldb-test-qemu/rootfs.sh +++ b/lldb/scripts/lldb-test-qemu/rootfs.sh @@ -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."