diff options
author | Fredrik Høisæther Rasch <fredrik.rasch@gmail.com> | 2017-03-21 01:31:31 +0100 |
---|---|---|
committer | Fredrik Høisæther Rasch <fredrik.h.rasch@uit.no> | 2017-03-21 12:18:32 +0100 |
commit | c7a0087c827bfd07e4a0fb9984986bd48e4e2701 (patch) | |
tree | 4daee4d326356b536f213ebcf4e2ca423915264b /tools/vccexe | |
parent | 05faad30a456d772bc24f3e7d1197bf6bb0e6387 (diff) | |
download | Nim-c7a0087c827bfd07e4a0fb9984986bd48e4e2701.tar.gz |
vccdiscover: Added additional documentation
Added explaination that vccdiscover output is machine-parsable
Diffstat (limited to 'tools/vccexe')
-rw-r--r-- | tools/vccexe/vccdiscover.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/vccexe/vccdiscover.nim b/tools/vccexe/vccdiscover.nim index 72e415f3d..88dfd1999 100644 --- a/tools/vccexe/vccdiscover.nim +++ b/tools/vccexe/vccdiscover.nim @@ -38,6 +38,10 @@ Arguments: <version> 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: +<version>: <path> """ var quitValue = 0 let args = commandLineParams() |