We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99901e3 commit 164d298Copy full SHA for 164d298
src/GitVersionExe/HelpWriter.cs
@@ -25,7 +25,7 @@ path The directory containing .git. If not defined current directory
25
eg /output json /showvariable SemVer - will output `1.2.3+beta.4`
26
/l Path to logfile.
27
/showconfig Outputs the effective GitVersion config (defaults + custom from GitVersion.yaml) in yaml format
28
- /overrideconfig Overrides GitVersion config values inline (semicolon-separated key value pairs e.g. /overrideConfig:tag-prefix=Foo)
+ /overrideconfig Overrides GitVersion config values inline (semicolon-separated key value pairs e.g. /overrideconfig:tag-prefix=Foo)
29
30
# AssemblyInfo updating
31
/updateassemblyinfo
0 commit comments