Displaying 2 results from an estimated 2 matches for "838e40c".
2015 Jul 27
0
[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 ...]
+ vir...
2015 Jun 14
2
[PATCH] pod: Use F<> for filenames instead of C<>.
...ults to C</>.
+If the mountpoint is omitted, it defaults to F</>.
Specifying any mountpoint disables the inspection of the guest and
the mount of its root and all of its mountpoints, so make sure
diff --git a/customize/virt-customize.pod b/customize/virt-customize.pod
index dc64bf9..838e40c 100644
--- a/customize/virt-customize.pod
+++ b/customize/virt-customize.pod
@@ -106,12 +106,12 @@ For example:
virt-customize --format raw -a disk.img
-forces raw format (no auto-detection) for C<disk.img>.
+forces raw format (no auto-detection) for F<disk.img>.
virt-customiz...