File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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." ) ;
You can’t perform that action at this time.
0 commit comments