[Lldb-commits] [PATCH] D90225: [lldb] Correct --help output for qemu rootfs script

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 29 02:57:41 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG749f13e7635a: [lldb] Correct --help output for qemu rootfs script (authored by DavidSpickett).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90225/new/

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."


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90225.301546.patch
Type: text/x-patch
Size: 408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201029/66b45d47/attachment.bin>


More information about the lldb-commits mailing list