Skip to content
Snippets Groups Projects
Commit f9b18afa authored by Florent Gluck's avatar Florent Gluck
Browse files

Fixed typo in doc

parent 01241431
Branches
No related tags found
No related merge requests found
......@@ -377,12 +377,12 @@ vmdel "exam ISC_433 PCO"
Set the VM access for VM `89649fe3-4940-4b77-929e-50903789cd87` with: `VM_LIST` and `VM_DESTROY` for user `student@nexus.org`:
```
vmsetaccess 89649fe3-4940-4b77-929e-50903789cd87 student@nexus.org VM_LIST VM_DESTROY
vmaddaccess 89649fe3-4940-4b77-929e-50903789cd87 student@nexus.org VM_LIST VM_DESTROY
```
Set VM access for VMs matching the "alpine" pattern with: `VM_START` and `VM_STOP` for user `student@nexus.org`:
```
vmsetaccess alpine student@nexus.org VM_START VM_STOP
vmaddaccess alpine student@nexus.org VM_START VM_STOP
```
Remove VM access for `student@nexus.org` from VM `89649fe3-4940-4b77-929e-50903789cd87`:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment