Merge pull request #46 from untoxa/hUGETracker
better uge2source help message
2 changed files
Diffed against the first of 2 parents.
+3−3
c993875better uge2source help message
@@ -131,8 +131,8 @@ | |||
| 131 | <Filename Value="uge2source"/> |
131 | <Filename Value="uge2source"/> |
| 132 | </Target> |
132 | </Target> |
| 133 | <SearchPaths> |
133 | <SearchPaths> |
| 134 | <IncludeFiles Value="$(ProjOutDir)"/> |
134 | <IncludeFiles Value="$(ProjOutDir);.."/> |
| 135 | <OtherUnitFiles Value="."/> |
135 | <OtherUnitFiles Value=".;.."/> |
| 136 | <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> |
136 | <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> |
| 137 | </SearchPaths> |
137 | </SearchPaths> |
| 138 | </CompilerOptions> |
138 | </CompilerOptions> |
@@ -89,7 +89,7 @@ end; | |||
| 89 | |
89 | |
| 90 | procedure TUGE2Source.WriteHelp; |
90 | procedure TUGE2Source.WriteHelp; |
| 91 | begin |
91 | begin |
| 92 | writeln('Usage: ', ExeName, ' infile.uge descriptor outfile.(asm|c)'); |
92 | writeln('Usage: ', ExtractFileName(ExeName), ' infile.uge [-b<BANK>] descriptor outfile.(asm|c)'); |
| 93 | end; |
93 | end; |
| 94 | |
94 | |
| 95 | var |
95 | var |