Fix Install-Game cmdlet name
parent
26f03f61fc
commit
8bd422249e
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue