diff --git a/src/PowershellModule/Git/Commands/ShowGitRepoRegistrationCommand.cs b/src/PowershellModule/Git/Commands/ShowGitRepoRegistrationCommand.cs index 56a64ba..61b7561 100644 --- a/src/PowershellModule/Git/Commands/ShowGitRepoRegistrationCommand.cs +++ b/src/PowershellModule/Git/Commands/ShowGitRepoRegistrationCommand.cs @@ -16,7 +16,7 @@ public class ShowGitRepoRegistrationCommand : PSCmdlet [Parameter( Mandatory = false, HelpMessage = "Changes directory directly instead of using Set-Location")] - [Alias("NoSetLocation")] + [Alias("NoPushLocation")] public SwitchParameter NoStack { get; set; } protected override void BeginProcessing()