Skip to content

Commit ee5eb99

Browse files
committed
Break long line in shell example.
Signed-off-by: Kurt Garloff <[email protected]>
1 parent 517337b commit ee5eb99

File tree

1 file changed

+2
-1
lines changed
  • user-docs/usage-hints/find-image

1 file changed

+2
-1
lines changed

user-docs/usage-hints/find-image/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ Unlike with Python, we can pass the `os_purpose` field just like the other
9292
properties.
9393

9494
```bash
95-
openstack image list --property os_distro="$DIST" --property os_version="$VERS" --property os_purpose="$PURP" -f value -c ID -c Name --sort name:desc,created_at:desc
95+
openstack image list --property os_distro="$DIST" --property os_version="$VERS" \
96+
--property os_purpose="$PURP" -f value -c ID -c Name --sort name:desc,created_at:desc
9697
```
9798

9899
where `OS_CLOUD` environment has been configured to access your cloud project and

0 commit comments

Comments
 (0)