diff options
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> |