diff --git a/tools/vccexe/vccdiscover.nim b/tools/vccexe/vccdiscover.nim index 72e415f3d6..88dfd19995 100644 --- a/tools/vccexe/vccdiscover.nim +++ b/tools/vccexe/vccdiscover.nim @@ -38,6 +38,10 @@ Arguments: Optionally specify the version to discover Valid values: 0, 90, 100, 110, 120, 140 A value of 0 will discover the latest installed SDK + +For each specified version the utility prints a line with the +following format: +: """ var quitValue = 0 let args = commandLineParams()