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:
Richard W.M. Jones
2016-01-02 21:14:57 +00:00
parent b527ff0dfc
commit 3b8322e18c

View File

@@ -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