1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-10 00:06:01 +02:00

gist, vboxmanage-cloud: fix typos (#12559)

Signed-off-by: xiaoxiangxianzi <zhaoyizheng@outlook.com>
This commit is contained in:
xiaoxiangxianzi 2024-03-29 23:11:22 +08:00 committed by GitHub
parent 6d1a5e8927
commit 9f00f0ddca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
# gist
> Upload code to https://gist.github.com.
> Upload code to <https://gist.github.com>.
> More information: <https://github.com/defunkt/gist>.
- Log in in gist on this computer:
- Log in to gist on this computer:
`gist --login`

View file

@ -25,7 +25,7 @@
- Create a new image:
`VBoxManage cloud --provider={{provider_name}} --profile={{profile_name}} image create --instance-id={{instance_id}} --display-name={{display_name}} --compartment-id={{compartmet_id}}`
`VBoxManage cloud --provider={{provider_name}} --profile={{profile_name}} image create --instance-id={{instance_id}} --display-name={{display_name}} --compartment-id={{compartment_id}}`
- Retrieve information about a particular image: