DavidSpickett created this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. DavidSpickett requested review of this revision. Herald added a subscriber: JDevlieghere.
It was printing "Usage:" twice. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D90225 Files: lldb/scripts/lldb-test-qemu/rootfs.sh Index: lldb/scripts/lldb-test-qemu/rootfs.sh =================================================================== --- lldb/scripts/lldb-test-qemu/rootfs.sh +++ 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."
Index: lldb/scripts/lldb-test-qemu/rootfs.sh =================================================================== --- lldb/scripts/lldb-test-qemu/rootfs.sh +++ 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."
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits