[xbuild] Update man page to add "/tv:" option.
authorAnkit Jain <radical@corewars.org>
Wed, 1 Sep 2010 21:18:42 +0000 (02:48 +0530)
committerAnkit Jain <radical@corewars.org>
Wed, 1 Sep 2010 21:19:44 +0000 (02:49 +0530)
Add option to specify toolsversion from the command line,
to the man page.

man/xbuild.1

index c419e9acbf4ad4748a3461d551299f1ee2b81ddb..c5ec5ca7b9c242d792d23dd39aedbfc5fd46dee1 100644 (file)
@@ -23,6 +23,15 @@ Set or override project properties
 .B \//logger:<logger>
 Custom logger to log build events
 .TP
+.B \//toolsversion:version , /tv:version
+Specify the toolset version to use.
+
+Eg. /tv:4.0
+    This would cause 4.0 version of the Microsoft.Common.targets (among others) to be used. This overrides
+    the value specified in a project file.
+
+Valid values: 2.0, 3.0, 3.5 and 4.0
+.TP
 .B \//verbosity:<level>
 Logger verbosity level : quiet, minimal, normal, detailed, diagnostic
 .TP