Skip to content

Commit d75cc4c

Browse files
committed
Copy edits
1 parent ee1eb90 commit d75cc4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3918,14 +3918,14 @@ paths:
39183918
https://api.linode.com/v4/images/upload
39193919
- lang: CLI
39203920
source: |
3921-
# Use the image-upload plugin to upload the Image file in a single step
3921+
# Upload the Image file in a single step
39223922
linode-cli image-upload \
39233923
--description "Optional details about the Image" \
39243924
--label "Example Image" \
39253925
--region us-east \
39263926
/path/to/image-file.img.gz
39273927

3928-
# Returns an upload URL and requires uploading the Image file with a second step
3928+
# Returns the upload_to URL
39293929
linode-cli images upload \
39303930
--description "Optional details about the Image" \
39313931
--label "Example Image" \

0 commit comments

Comments
 (0)