mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
customize: Document missing command line parameters in the synopsis.
I noticed that the --attach option was not covered in the synopsis. This commit documents all of the missing command line parameters in the synopsis.
This commit is contained in:
@@ -4,10 +4,17 @@ virt-customize - Customize a virtual machine
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
virt-customize [--options]
|
||||
[ -d domname | -a disk.img [-a disk.img ...] ]
|
||||
virt-customize
|
||||
[ -a disk.img [ -a disk.img ... ] | -d domname ]
|
||||
[--attach ISOFILE] [--attach-format FORMAT]
|
||||
[ -c URI | --connect URI ] [ -n | --dry-run ]
|
||||
[ --format FORMAT] [ -m MB | --memsize MB ]
|
||||
[ --network | --no-network ]
|
||||
[ -q | --quiet ] [--smp N] [ -v | --verbose ] [-x]
|
||||
__CUSTOMIZE_SYNOPSIS__
|
||||
|
||||
virt-customize [ -V | --version ]
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
Virt-customize can customize a virtual machine (disk image) by
|
||||
|
||||
Reference in New Issue
Block a user