diff --git a/Google.PowerShell/CloudResourceManager/GoogleCloudProjectCmdlets.cs b/Google.PowerShell/CloudResourceManager/GoogleCloudProjectCmdlets.cs index 4a0d2c8c..de2a6bc9 100644 --- a/Google.PowerShell/CloudResourceManager/GoogleCloudProjectCmdlets.cs +++ b/Google.PowerShell/CloudResourceManager/GoogleCloudProjectCmdlets.cs @@ -27,8 +27,8 @@ namespace Google.PowerShell.CloudResourceManager /// This command gets the project that has the name "My Project". /// /// - /// PS C:\> Get-GcProject -Id "my-id" - /// This command gets the project that has the Id "my-id". + /// PS C:\> Get-GcProject ‑ProjectId "my-id" + /// This command gets the project that has the ProjectId "my-id". /// /// /// PS C:\> Get-GcProject -Label @{"environment" = "test"}