From 75cb3a79a1a609c2ab25e6b65bcf75dafc8225d2 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 20 Sep 2023 19:54:21 +0530 Subject: [PATCH] updated the get-gcpProjects docs --- .../CloudResourceManager/GoogleCloudProjectCmdlets.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"}