out-host: remove placeholder from description (#22929)

This commit is contained in:
Managor
2026-06-21 16:33:27 +03:00
committed by GitHub
parent d34515594e
commit aeb22b1d12
+1 -1
View File
@@ -13,7 +13,7 @@
`{{command_or_variable}} | Out-Host -Paging`
- Interactively display a text file within the paging view (equivalent to `more {{path/to/file}}`):
- Interactively display a text file within the paging view (equivalent to `more path/to/file`):
`Get-Content {{path\to\file}} | Out-Host -Paging`