Skip to content

Commit 5c5b9c9

Browse files
author
bruggerk
authored
Update index.md
1 parent f04f158 commit 5c5b9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ openstack server create --flavor <FLAVOR> --image <IMAGE> --nic net-id=<NETID> -
6464
openstack server stop <VM_ID>
6565

6666
# Make the VM into an image for us to use later:
67-
openstack backup create --name <IMAGE_NAME> <VM_NAME>
67+
openstack server backup create --name <IMAGE_NAME> <VM_NAME>
6868
```
6969

7070

0 commit comments

Comments
 (0)