diff --git a/GitTfs/Commands/Fetch.cs b/GitTfs/Commands/Fetch.cs index 2823f194..d1567c7f 100644 --- a/GitTfs/Commands/Fetch.cs +++ b/GitTfs/Commands/Fetch.cs @@ -53,7 +53,7 @@ namespace Sep.Git.Tfs.Commands v => AuthorsFilePath = v }, { "l|with-labels|fetch-labels", "Fetch the labels also when fetching TFS changesets", v => FetchLabels = v != null }, - { "b|bare=", "The name of the branch on which the fetch will be done for a bare repository", + { "b|bare-branch=", "The name of the branch on which the fetch will be done for a bare repository", v => BareBranch = v }, { "force", "Force fetch of tfs changesets when there is ahead commits (ahead commits will be lost!)", v => ForceFetchBare = v != null },