Commit ada7c1b
authored
edssharp: use the basename of the argv0 for the usage output (#178)
The code was hardcoded to EDSEditor but the compiled code was
EDSSharp and so just cleanup the code to handle that case
Before:
Usage: EDSEditor --infile file.[xdd|eds] --outfile [valid output file] \
[OPTIONAL] --type [exporter type]
After:
Usage: EDSSharp --infile file.[xdd|eds] --outfile [valid output file] \
[OPTIONAL] --type [exporter type]
Signed-off-by: Charles Hardin <charles.hardin@redoxblox.com>1 parent ee517a2 commit ada7c1b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
| 178 | + | |
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| |||
0 commit comments