Compare commits

...

2 commits

Author SHA1 Message Date
4a5327ca0a README : mention du message d'aide 2023-12-06 11:25:39 +01:00
6cfc158dbb qemush : mise à jour du message d'aide 2023-12-06 11:25:12 +01:00
2 changed files with 20 additions and 12 deletions

View file

@ -116,3 +116,11 @@ You can also list all available virtual machines by running this command:
```sh
qemush ls
```
### Other uses
You can show the full list of possible actions by running this command:
```sh
qemush help
```

View file

@ -46,7 +46,7 @@ ${name}: usage:
${name} diskrm <disk name> - delete disk image
${name} shell - start a shell as user qemu
${name} help - show this help
${name} add <path to script> - add a launching script from this PATH
${name} add <path to script> [<VM name>] - add a launching script
EOF
}