Skip to content

Commit ddf28ba

Browse files
authored
Update open-wiki-hub.md
1 parent af2fe05 commit ddf28ba

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/project/wiki/includes/open-wiki-hub.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,13 @@ The following table lists [more parameters](#basic-parameters) for the `wiki sho
7575
| Parameter | Required | Description |
7676
|---------------------|:--------:|-------------|
7777
| `--path` | Yes | The fully qualified path for the wiki page. |
78-
| `--include-content` | No | Include content of the page. |
78+
| `--include-content` | No | Show the full page content along with the page metadata. |
7979
| `--version -v` | No | The version of the wiki page, which corresponds to the `ETag` entity tag value. |
8080

81-
8281
For more information, see the Azure DevOps CLI [command reference](/cli/azure/devops/wiki#az-devops-wiki-show).
8382

8483
### Example: View a specific page
8584

86-
<!-- Reviewer: Please clarify what the "include-content" parameter does. The reference page doesn't provide any more info.
87-
The example doesn't make sense. If I run the command to view an existing page, why include something like "Hello World"
88-
in the command? Is this option meant to target existing content on the page that matches the value? So, in this case, the opened page would jump to show the existing text "Hello World"? -->
89-
9085
The following example shows how to get content for the "Get Started" page of the "MyProjectwiki" wiki:
9186

9287
> [!div class="tabbedCodeSnippets"]

0 commit comments

Comments
 (0)