Skip to content

Commit

Permalink
update log dfu-util install log message
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreatco committed Sep 27, 2023
1 parent 56f9b72 commit 4c81420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Meadow.CLI/Commands/Utility/InstallDfuUtilCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public override async ValueTask ExecuteAsync(IConsole console)
}
else
{
_logger.LogInformation("To install on Windows, you'll need to open a Command Prompt or Terminal as an administrator");
_logger.LogInformation("To install dfu-util on Windows you'll need to open a Command Prompt or Terminal as an administrator and re-run the `meadow install dfu-util` command again.");
}
}
else if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
Expand Down

0 comments on commit 4c81420

Please sign in to comment.