Add the --all argument, and reword a bit the basic information.
---
man/gnt-instance.sgml | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/man/gnt-instance.sgml b/man/gnt-instance.sgml
index f74f398..2ddb430 100644
--- a/man/gnt-instance.sgml
+++ b/man/gnt-instance.sgml
@@ -1118,14 +1118,15 @@ instance5: 11225
<arg>-s</arg>
<arg>--static</arg>
</group>
+ <arg>--all</arg>
<arg rep="repeat"><replaceable>instance</replaceable></arg>
</cmdsynopsis>
<para>
- Show detailed information about the (given) instances. This
- is different from <command>list</command> as it shows
- detailed data about the instance's disks (especially useful
- for drbd disk template).
+ Show detailed information about the given instance(s). This is
+ different from <command>list</command> as it shows detailed data
+ about the instance's disks (especially useful for the drbd disk
+ template).
</para>
<para>
@@ -1133,6 +1134,11 @@ instance5: 11225
available in the configuration file is returned, without
querying nodes, making the operation faster.
</para>
+
+ <para>
+ Use the <option>--all</option> to get info about all instances,
+ rather than explicitely passing the ones you're interested in.
+ </para>
</refsect3>
<refsect3>
--
1.5.6.5