Skip to content

Commit 164d298

Browse files
committed
Further updated casing of overrideconfig argument in help text.
1 parent 99901e3 commit 164d298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionExe/HelpWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ path The directory containing .git. If not defined current directory
2525
eg /output json /showvariable SemVer - will output `1.2.3+beta.4`
2626
/l Path to logfile.
2727
/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)
28+
/overrideconfig Overrides GitVersion config values inline (semicolon-separated key value pairs e.g. /overrideconfig:tag-prefix=Foo)
2929
3030
# AssemblyInfo updating
3131
/updateassemblyinfo

0 commit comments

Comments
 (0)