Make the output more readable.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
tools/virsh.pod | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/tools/virsh.pod b/tools/virsh.pod
index cd1ccc6fa..1b59251bf 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -4215,16 +4215,21 @@ have different physical and allocation values.
=item B<vol-list> [I<--pool> I<pool-or-uuid>] [I<--details>]
Return the list of volumes in the given storage pool.
+
I<--pool> I<pool-or-uuid> is the name or UUID of the storage pool.
+
The I<--details> option instructs virsh to additionally display volume
type and capacity related information where available.
-=item B<vol-pool> [I<--uuid>] I<vol-key-or-path>
+=item B<vol-pool> I<vol-key-or-path> [I<--uuid>]
Return the pool name or UUID for a given volume. By default, the pool name is
-returned. If the I<--uuid> option is given, the pool UUID is returned instead.
+returned.
+
I<vol-key-or-path> is the key or path of the volume to return the pool
-information for.
+information.
+
+If the I<--uuid> option is given, the pool UUID is returned instead.
=item B<vol-path> [I<--pool> I<pool-or-uuid>] I<vol-name-or-key>
--
2.13.6