Skip to content

Commit aee0e8a

Browse files
authored
(doc) Minor change to wording
1 parent 320ff31 commit aee0e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/GitReleaseManager.Cli/Options/BaseVcsSubOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace GitReleaseManager.Cli.Options
1111

1212
public abstract class BaseVcsOptions : BaseSubOptions
1313
{
14-
internal const string OBSOLETE_MESSAGE = "Authentication using username and password have been deprecated, and will be removed in a future release. Please use --token instead!";
14+
internal const string OBSOLETE_MESSAGE = "Authentication using username and password has been deprecated, and will be removed in a future release. Please use --token instead!";
1515

1616
[Obsolete(OBSOLETE_MESSAGE)]
1717
[Option('u', "username", HelpText = "(DEPRECATED) The username to access Version Control System with.", Required = true, SetName = "Basic Auth")]
@@ -32,4 +32,4 @@ public abstract class BaseVcsOptions : BaseSubOptions
3232
[Option('r', "repository", HelpText = "The name of the repository.", Required = true)]
3333
public string RepositoryName { get; set; }
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)