aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user-guide/help.xsl
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2011-11-14 19:08:22 +0800
committerWilmer van der Gaast <wilmer@gaast.net>2011-11-14 19:08:22 +0800
commit5dd725d173ebf2116329b78952169cc8e6660621 (patch)
tree0d469908a5b7f26f1a40bf6352092d527c93c5d2 /doc/user-guide/help.xsl
parent80acb6db8133ebd16c3257d33721994ed164ba9f (diff)
Document command shortening in another place.
Diffstat (limited to 'doc/user-guide/help.xsl')
-rw-r--r--doc/user-guide/help.xsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/user-guide/help.xsl b/doc/user-guide/help.xsl
index b7e3c371..5aa16e4f 100644
--- a/doc/user-guide/help.xsl
+++ b/doc/user-guide/help.xsl
@@ -72,9 +72,11 @@
</xsl:template>
<xsl:template match="command-list">
+ <xsl:text>These are all root commands. See _b_help &lt;command name&gt;_b_ for more details on each command.&#10;&#10;</xsl:text>
<xsl:for-each select="../bitlbee-command">
<xsl:text> * _b_</xsl:text><xsl:value-of select="@name"/><xsl:text>_b_ - </xsl:text><xsl:value-of select="short-description"/><xsl:text>&#10;</xsl:text>
</xsl:for-each>
+ <xsl:text>&#10;Most commands can be shortened. For example instead of _b_account list_b_, try _b_ac l_b_.&#10;</xsl:text>
<xsl:text>&#10;</xsl:text>
</xsl:template>