Fix Install-Game cmdlet name

pull/33/head
Pat Hartl 2023-11-16 12:04:26 -06:00
parent 26f03f61fc
commit 8bd422249e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ using System.Windows.Forms;
namespace LANCommander.PowerShell.Cmdlets
{
[Cmdlet(VerbsLifecycle.Install, "PrimaryDisplay")]
[Cmdlet(VerbsLifecycle.Install, "Game")]
[OutputType(typeof(string))]
public class InstallGameCmdlet : PSCmdlet
{