jhbuild r1829 - in trunk: . doc/C



Author: fpeters
Date: Wed Jan 16 19:49:10 2008
New Revision: 1829
URL: http://svn.gnome.org/viewvc/jhbuild?rev=1829&view=rev

Log:
* doc/C/jhbuild.xml: added rdepends command documentation.



Modified:
   trunk/ChangeLog
   trunk/doc/C/jhbuild.xml

Modified: trunk/doc/C/jhbuild.xml
==============================================================================
--- trunk/doc/C/jhbuild.xml	(original)
+++ trunk/doc/C/jhbuild.xml	Wed Jan 16 19:49:10 2008
@@ -840,6 +840,35 @@
 
     </section>
 
+    <section id="command-reference-rdepends">
+      <title>rdepends</title>
+
+      <para>The <command>rdepends</command> command is used to show the
+      reverse-dependencies of a module.</para>
+
+      <cmdsynopsis>
+	<command>jhbuild rdepends</command>
+	<arg>module</arg>
+      </cmdsynopsis>
+
+      <variablelist>
+	<varlistentry>
+	  <term><option>--dependencies</option></term>
+	  <listitem>
+	    <simpara>Show dependency path next to modules.</simpara>
+	  </listitem>
+	</varlistentry>
+
+	<varlistentry>
+	  <term><option>--direct</option></term>
+	  <listitem>
+	    <simpara>Limit display to modules directly depending on given
+            module.</simpara>
+	  </listitem>
+	</varlistentry>
+      </variablelist>
+    </section>
+
     <section id="command-reference-run">
       <title>run</title>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]