We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb26974 + afe804e commit 79b0428Copy full SHA for 79b0428
src/cli.cpp
@@ -782,8 +782,7 @@ static void general() {
782
checker(VM::AMD_THREAD_MISMATCH, "AMD thread count mismatch");
783
checker(VM::CUCKOO_DIR, "Cuckoo directory");
784
checker(VM::CUCKOO_PIPE, "Cuckoo pipe");
785
- checker(VM::HYPERV_HOSTNAME, "Hyper-V Azure hostname");
786
- checker(VM::GENERAL_HOSTNAME, "general VM hostnames");
+ checker(VM::AZURE, "Azure Hyper-V");
787
checker(VM::DISPLAY, "display");
788
checker(VM::DEVICE_STRING, "bogus device string");
789
checker(VM::BLUESTACKS_FOLDERS, "BlueStacks folders");
0 commit comments