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

Commit

Permalink
Merge pull request #100 from intel/loader-print-version
Browse files Browse the repository at this point in the history
HaxmLoader: Show version number in usage
  • Loading branch information
raphaelning authored Sep 19, 2018
2 parents 3bb831a + d4b5980 commit 73b4051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HaxmLoader/haxm_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ static int DriverInstall(const wchar_t *sysFilePath)

static void PrintUsage(void)
{
printf("HaxmLoader version 1.0.0\r\n");
printf("Usage: HaxmLoader [mode]\r\n");
printf(" Modes:\r\n");
printf(" -i <sys_file_path>: install driver"
Expand Down

0 comments on commit 73b4051

Please sign in to comment.