pages*: put stdin in code ticks (#14281)

This commit is contained in:
Sebastiaan Speck
2024-10-20 00:02:10 +02:00
committed by GitHub
parent cfc3d172b8
commit 240ca42dd1
13 changed files with 13 additions and 13 deletions

View File

@@ -15,6 +15,6 @@
`qm guest exec {{가상_머신_ID}} {{인수1 인수2 ...}} --timeout {{10}}`
- 게스트 에이전트를 통해 특정 명령 실행 및 STDIN에서 EOF까지 입력을 게스트 에이전트로 전달:
- 게스트 에이전트를 통해 특정 명령 실행 및 `stdin`에서 EOF까지 입력을 게스트 에이전트로 전달:
`qm guest exec {{가상_머신_ID}} {{인수1 인수2 ...}} --pass-stdin 1`