Skip to content
This repository was archived by the owner on Jan 28, 2023. It is now read-only.

Commit 73b4051

Browse files
authored
Merge pull request #100 from intel/loader-print-version
HaxmLoader: Show version number in usage
2 parents 3bb831a + d4b5980 commit 73b4051

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

HaxmLoader/haxm_loader.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ static int DriverInstall(const wchar_t *sysFilePath)
173173

174174
static void PrintUsage(void)
175175
{
176+
printf("HaxmLoader version 1.0.0\r\n");
176177
printf("Usage: HaxmLoader [mode]\r\n");
177178
printf(" Modes:\r\n");
178179
printf(" -i <sys_file_path>: install driver"

0 commit comments

Comments
 (0)