diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-11-14 19:08:22 +0800 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-11-14 19:08:22 +0800 |
commit | 5dd725d173ebf2116329b78952169cc8e6660621 (patch) | |
tree | 0d469908a5b7f26f1a40bf6352092d527c93c5d2 /doc/user-guide/help.xsl | |
parent | 80acb6db8133ebd16c3257d33721994ed164ba9f (diff) |
Document command shortening in another place.
Diffstat (limited to 'doc/user-guide/help.xsl')
-rw-r--r-- | doc/user-guide/help.xsl | 2 |
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 <command name>_b_ for more details on each command. </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> </xsl:text> </xsl:for-each> + <xsl:text> Most commands can be shortened. For example instead of _b_account list_b_, try _b_ac l_b_. </xsl:text> <xsl:text> </xsl:text> </xsl:template> |