Skip to content

Commit b34da34

Browse files
author
Jake Ginnivan
committed
Updated readme to include missing switches
1 parent c11d630 commit b34da34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GitVersion/ArgumentParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static Arguments ParseArguments(List<string> commandLineArguments)
6363
arguments.LogFilePath = value;
6464
continue;
6565
}
66-
66+
6767
if (IsSwitch("url", name))
6868
{
6969
arguments.TargetUrl = value;

GitVersion/HelpWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public static void Write()
99
var message =
1010
@"Use convention to derive a SemVer product version from a GitFlow or GitHub based repository.
1111
12-
GitVersion [path] [/l logFilePath] [/exec executable] [/execargs args]
12+
GitVersion [path] [/l logFilePath]
1313
1414
path The directory containing .git. If not defined current directory is used.
1515
/url Url to remote git repository.

0 commit comments

Comments
 (0)