mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
Enhance descriptions and fix placeholders (#9744)
This commit is contained in:
parent
7d1671949b
commit
a3d90551f4
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
`gh codespace ssh`
|
||||
|
||||
- Transfer a file to a codespace interactively:
|
||||
- Transfer a specific file to a codespace interactively:
|
||||
|
||||
`gh codespace cp {{path/to/source_file}} remote:{{path/to/remote_file}}`
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
|||
|
||||
`gh codespace ports`
|
||||
|
||||
- Print the logs from a codespace interactively:
|
||||
- Display the logs from a codespace interactively:
|
||||
|
||||
`gh codespace logs`
|
||||
|
||||
|
@ -33,4 +33,4 @@
|
|||
|
||||
- Display help for a subcommand:
|
||||
|
||||
`gh codespace {{subcommand}} --help`
|
||||
`gh codespace {{code|cp|create|delete|edit|...}} --help`
|
||||
|
|
Loading…
Add table
Reference in a new issue