pages*/*: update some outdated pages, blackfire: fix placeholder (#14154)
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
|
||||
- 새 녹음을 만들고 로컬 파일에 저장:
|
||||
|
||||
`asciinema rec {{경로/파일명}}.cast`
|
||||
`asciinema rec {{경로/파일명.cast}}`
|
||||
|
||||
- 로컬 파일에서 녹음한 터미널을 재생:
|
||||
|
||||
`asciinema play {{경로/파일명}}.cast`
|
||||
`asciinema play {{경로/파일명.cast}}`
|
||||
|
||||
- asciinema.org에서 호스트된 터미널 녹음을 재생:
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
|
||||
- 로컬 저장 기록의 전체 출력을 인쇄:
|
||||
|
||||
`asciinema cat {{경로/파일명}}.cast`
|
||||
`asciinema cat {{경로/파일명.cast}}`
|
||||
|
||||
- 로컬로 저장된 터미널 세션을 asciinema.org에 업로드하기:
|
||||
|
||||
`asciinema upload {{경로/파일명}}.cast`
|
||||
`asciinema upload {{경로/파일명.cast}}`
|
||||
|
Reference in New Issue
Block a user