diff options
author | Helmut Grohne <helmut@subdivi.de> | 2024-08-06 11:33:02 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2024-08-09 14:53:14 +0200 |
commit | 90fc08dcfc714b19c28721109fb26f682ee7a834 (patch) | |
tree | 2ec678cda72edaada37ea001ab46413054de9b3d /bin | |
parent | 20f12dc5b70c4fc7dc0ac48b5d89fd1e60163fd9 (diff) | |
download | debvm-90fc08dcfc714b19c28721109fb26f682ee7a834.tar.gz |
debvm-run: fix manual page
The --transport option was added in the middle of the --skip
documentation.
Fixes: d927a5e0cee2 ("debvm-run: add --transport option")
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/debvm-run | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/debvm-run b/bin/debvm-run index 352f176..f189086 100755 --- a/bin/debvm-run +++ b/bin/debvm-run @@ -56,11 +56,6 @@ The option may be specified multiple times or list multiple tasks to be skipped By default, no tasks are skipped. The following tasks may be skipped. -=item B<--transport>=I<transport> - -When B<debvm> adds devices to B<qemu>, it has to select a transport and it most often guesses B<pci>. -When specifying a different machine such as B<-machine microvm>, a different transport such as B<device> may be needed. - =over 4 =item B<network> @@ -90,6 +85,11 @@ This can be used to customize the block device. =back +=item B<--transport>=I<transport> + +When B<debvm> adds devices to B<qemu>, it has to select a transport and it most often guesses B<pci>. +When specifying a different machine such as B<-machine microvm>, a different transport such as B<device> may be needed. + =item B<-s> I<sshport>, B<--sshport>=I<sshport> If given, B<qemu> is configured to pass connections to I<127.0.0.1:sshport> to port 22 of the virtual machine. |