Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ namespace Google.PowerShell.CloudResourceManager
/// <para>This command gets the project that has the name "My Project".</para>
/// </example>
/// <example>
/// <code>PS C:\> Get-GcProject -Id "my-id"</code>
/// <para>This command gets the project that has the Id "my-id".</para>
/// <code>PS C:\> Get-GcProject ‑ProjectId "my-id"</code>
/// <para>This command gets the project that has the ProjectId "my-id".</para>
/// </example>
/// <example>
/// <code>PS C:\> Get-GcProject -Label @{"environment" = "test"}</code>
Expand Down