commit | 8e7da989ceb1e277253e171fa2cf655d8a44d518 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Nov 29 12:29:02 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Nov 29 12:29:02 2024 +0000 |
tree | 132ce30a1c348c0659b2ad1c710f3d9caf4acd7f | |
parent | 50501eca8e08f33c3d16ce7cfa0fa5d3e6ad06c1 [diff] | |
parent | 861be22bb22caa4ff540ee87dfe427f7d20204a9 [diff] |
Merge "vm_shell: Fix wrong example in help message" into main am: 861be22bb2 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3382513 Change-Id: I622245d66e7ce83392ec0c6d17152b482fe21f24 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/android/vm/vm_shell.sh b/android/vm/vm_shell.sh index b73a9dc..60d9329 100755 --- a/android/vm/vm_shell.sh +++ b/android/vm/vm_shell.sh
@@ -30,7 +30,7 @@ echo " /apex/com.android.virt/bin/vm run-microdroid binary." echo "" echo " E.g.:" - echo " vm_shell start-microdroid -- --cpu 5" + echo " vm_shell start-microdroid -- --protected --debug full" echo "" echo " --auto-connect - automatically connects to the started VMs" echo ""