From 90fc08dcfc714b19c28721109fb26f682ee7a834 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 6 Aug 2024 11:33:02 +0200 Subject: debvm-run: fix manual page The --transport option was added in the middle of the --skip documentation. Fixes: d927a5e0cee2 ("debvm-run: add --transport option") --- bin/debvm-run | 10 +++++----- 1 file 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 - -When B adds devices to B, it has to select a transport and it most often guesses B. -When specifying a different machine such as B<-machine microvm>, a different transport such as B may be needed. - =over 4 =item B @@ -90,6 +85,11 @@ This can be used to customize the block device. =back +=item B<--transport>=I + +When B adds devices to B, it has to select a transport and it most often guesses B. +When specifying a different machine such as B<-machine microvm>, a different transport such as B may be needed. + =item B<-s> I, B<--sshport>=I If given, B is configured to pass connections to I<127.0.0.1:sshport> to port 22 of the virtual machine. -- cgit v1.2.3