Richard W.M. Jones
2015-Jul-27 12:31 UTC
[Libguestfs] [PATCH] customize: Combine separate -a and -d option synopses (RHBZ#1246882)
--- customize/virt-customize.pod | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/customize/virt-customize.pod b/customize/virt-customize.pod index 838e40c..791a829 100644 --- a/customize/virt-customize.pod +++ b/customize/virt-customize.pod @@ -4,10 +4,8 @@ virt-customize - Customize a virtual machine =head1 SYNOPSIS - virt-customize [--options] -d domname -__CUSTOMIZE_SYNOPSIS__ - - virt-customize [--options] -a disk.img [-a disk.img ...] + virt-customize [--options] + [ -d domname | -a disk.img [-a disk.img ...] ] __CUSTOMIZE_SYNOPSIS__ =head1 DESCRIPTION -- 2.4.3
Maybe Matching Threads
- [PATCH] customize: Document missing command line parameters in the synopsis.
- [PATCH] customize: Create .ssh as 0700 and .ssh/authorized_keys as 0600 (RHBZ#1260778).
- [PATCH] inspector: fix help text (RHBZ#1544674)
- [PATCH v2] v2v: Fix invalid regexp in file_contexts file (RHBZ#1374232).
- [PATCH] v2v: Fix invalid regexp in file_contexts file (RHBZ#1374232).