summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2024-08-06 11:33:02 +0200
committerHelmut Grohne <helmut@subdivi.de>2024-08-09 14:53:14 +0200
commit90fc08dcfc714b19c28721109fb26f682ee7a834 (patch)
tree2ec678cda72edaada37ea001ab46413054de9b3d
parent20f12dc5b70c4fc7dc0ac48b5d89fd1e60163fd9 (diff)
downloaddebvm-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")
-rwxr-xr-xbin/debvm-run10
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.