mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-11 12:16:07 +00:00
[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:
parent
075f661d01
commit
749f13e763
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user