Changeset 5dd725d
- Timestamp:
- 2011-11-14T11:08:22Z (13 years ago)
- Branches:
- master
- Children:
- c945ee3, d45b181
- Parents:
- 80acb6d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/help.xsl
r80acb6d r5dd725d 73 73 74 74 <xsl:template match="command-list"> 75 <xsl:text>These are all root commands. See _b_help <command name>_b_ for more details on each command. </xsl:text> 75 76 <xsl:for-each select="../bitlbee-command"> 76 77 <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> 77 78 </xsl:for-each> 79 <xsl:text> Most commands can be shortened. For example instead of _b_account list_b_, try _b_ac l_b_. </xsl:text> 78 80 <xsl:text> </xsl:text> 79 81 </xsl:template>
Note: See TracChangeset
for help on using the changeset viewer.