mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-26 06:23:03 +00:00
chore: use filename of argv0 in UsageInformation
This commit is contained in:
@@ -69,9 +69,9 @@ RawTemplaterArguments::RawTemplaterArguments()
|
||||
{
|
||||
}
|
||||
|
||||
void RawTemplaterArguments::PrintUsage()
|
||||
void RawTemplaterArguments::PrintUsage() const
|
||||
{
|
||||
UsageInformation usage("RawTemplater.exe");
|
||||
UsageInformation usage(m_argument_parser.GetExecutableName());
|
||||
|
||||
for (const auto* commandLineOption : COMMAND_LINE_OPTIONS)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user