1
0
Fork 0
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:
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

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`