mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-09 17:06:01 +02:00
gist, vboxmanage-cloud: fix typos (#12559)
Signed-off-by: xiaoxiangxianzi <zhaoyizheng@outlook.com>
This commit is contained in:
parent
6d1a5e8927
commit
9f00f0ddca
2 changed files with 3 additions and 3 deletions
|
@ -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`
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue