Skip to content

Commit

Permalink
Tweaked version output
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Mar 29, 2024
1 parent 1f5ce3a commit 2541709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BootstrapCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private OptionSet BuildOptions()
{
"V|version", () => Resources.OptionVersion, _ =>
{
Console.WriteLine(AppInfo.Current.Name + @" " + AppInfo.Current.Version + Environment.NewLine + AppInfo.Current.Copyright + Environment.NewLine + Resources.LicenseInfo);
Console.WriteLine(@"0bootstrap (.NET version) " + AppInfo.Current.Version + Environment.NewLine + AppInfo.Current.Copyright + Environment.NewLine + Resources.LicenseInfo);
throw new OperationCanceledException(); // Don't handle any of the other arguments
}
},
Expand Down

0 comments on commit 2541709

Please sign in to comment.