Skip to content

Commit cc2f65e

Browse files
reza0310nimrof
andauthored
We assume users will have a compiled version
Co-authored-by: Lars Elgtvedt Susaas <lars.elgtvedt.susaas@brunvoll.no>
1 parent 273d053 commit cc2f65e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EDSSharp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ static void PrintHelpText()
176176
string name = Path.GetFileNameWithoutExtension(Environment.GetCommandLineArgs()[0]);
177177
Console.WriteLine($"Usage: {name} --infile FILE1 --outfile FILE2 [--type EXPORTER]");
178178
Console.WriteLine("Converts a given XDD or EDS file to many other available types.");
179-
Console.WriteLine($"Example (from repository root assuming repository structure): dotnet run {name}/Program.cs --project {name} --framework net481 --infile project.xdd --outfile map.md --type NetworkPDOReport");
179+
Console.WriteLine($"Example: {name} --infile project.xdd --outfile map.md --type NetworkPDOReport");
180180
Console.WriteLine("");
181181
Console.WriteLine("FILE1 shall be a .xdd or .eds file.");
182182
Console.WriteLine("FILE2 shall have the extension of one of the supported exporters below.");

0 commit comments

Comments
 (0)