Fix Install-Game cmdlet name
This commit is contained in:
parent
26f03f61fc
commit
8bd422249e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ using System.Windows.Forms;
|
||||||
|
|
||||||
namespace LANCommander.PowerShell.Cmdlets
|
namespace LANCommander.PowerShell.Cmdlets
|
||||||
{
|
{
|
||||||
[Cmdlet(VerbsLifecycle.Install, "PrimaryDisplay")]
|
[Cmdlet(VerbsLifecycle.Install, "Game")]
|
||||||
[OutputType(typeof(string))]
|
[OutputType(typeof(string))]
|
||||||
public class InstallGameCmdlet : PSCmdlet
|
public class InstallGameCmdlet : PSCmdlet
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue