diff --git a/src/BootstrapCommand.cs b/src/BootstrapCommand.cs index 234c54b..492b00f 100644 --- a/src/BootstrapCommand.cs +++ b/src/BootstrapCommand.cs @@ -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 } },