Enhance descriptions and fix placeholders (#9744)

pull/3/head
Emily Grace Seville 2023-01-11 08:34:34 +10:00 committed by GitHub
parent 7d1671949b
commit a3d90551f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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`