diff --git a/src/updater/CommandLineOptions.cs b/src/updater/CommandLineOptions.cs index 6209e21..14fdfc0 100644 --- a/src/updater/CommandLineOptions.cs +++ b/src/updater/CommandLineOptions.cs @@ -55,9 +55,8 @@ namespace CitizenMP.Server.Installer "This is free software. You may redistribute copies of it under the terms of the MIT License ."); #endif help.AddPreOptionsLine(" "); - help.AddPreOptionsLine(string.Format("{0}{1} [options...] \"\"", - Process.GetCurrentProcess().ProcessName, - new FileInfo(Assembly.GetExecutingAssembly().Location).Extension)); + help.AddPreOptionsLine(string.Format("{0} [options...] \"\"", + Process.GetCurrentProcess().ProcessName)); help.AddOptions(this);