Skip to content

Commit f4df622

Browse files
authored
(doc) Minor correction to wording
1 parent 20ea687 commit f4df622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/GitReleaseManager.Cli/Options/BaseSubOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public abstract class BaseSubOptions
2222
[Option('d', "targetDirectory", HelpText = "The directory on which GitReleaseManager should be executed. Defaults to current directory.", Required = false)]
2323
public string TargetDirectory { get; set; }
2424

25-
[Option("verbose", HelpText = "Enabled verbose console output")]
25+
[Option("verbose", HelpText = "Enable verbose console output")]
2626
public bool Verbose { get; set; }
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)