]> git.proxmox.com Git - qemu.git/blobdiff - scripts/hxtool
vl.c: In qemu -h output, only print options for the arch we are running as
[qemu.git] / scripts / hxtool
index 7ca83ed1ff7feee5c734a16d34b94fa4cf122049..995bb7f08c2b7632e019ff273990ce308527aaeb 100644 (file)
@@ -47,6 +47,9 @@ hxtotexi()
             DEFHEADING*)
             echo "$(expr "$str" : "DEFHEADING(\(.*\))")"
             ;;
+            ARCHHEADING*)
+            echo "$(expr "$str" : "ARCHHEADING(\(.*\),.*)")"
+            ;;
             *)
             test $flag -eq 1 && echo "$str"
             ;;