diff options
author | Johannes Schauer Marin Rodrigues <josch@debian.org> | 2023-01-15 19:29:20 +0000 |
---|---|---|
committer | Jochen Sprickerhof <jspricke@debian.org> | 2023-01-15 19:29:20 +0000 |
commit | 54d41b49ea8b732f7ccd580f5c447a43200055ad (patch) | |
tree | d6f284a83204f73e38f8b5a31932b29879f22a45 | |
parent | 7a2b4669765963b76e0a8127f7a3b05ce6e79781 (diff) | |
download | debvm-54d41b49ea8b732f7ccd580f5c447a43200055ad.tar.gz |
Apply 1 suggestion(s) to 1 file(s)
-rwxr-xr-x | bin/debvm-create | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/debvm-create b/bin/debvm-create index 3da90a5..d85f82c 100755 --- a/bin/debvm-create +++ b/bin/debvm-create @@ -11,7 +11,7 @@ debvm-create - Create a VM image for various Debian releases and architectures =head1 SYNOPSIS -B<debvm-create> [B<-a> I<architecture>] [B<-h> I<hostname>] [B<-k> F<sshkey>] [B<-m> [B<-o> F<output>] [B<-r> I<release>] [B<-s> <task>] [B<-z> I<size_in_GB>] [B<--> I<mmdebstrap options>] +B<debvm-create> [B<-a> I<architecture>] [B<-h> I<hostname>] [B<-k> F<sshkey>] [B<-o> F<output>] [B<-r> I<release>] [B<-s> <task>] [B<-z> I<size_in_GB>] [B<--> I<mmdebstrap options>] =head1 DESCRIPTION |