summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-03-29 12:18:04 +0100
committerMatthew Sackman <matthew@lshift.net>2010-03-29 12:18:04 +0100
commit5b2bc44ee6707752719fe4778a5de6f4c7c36d80 (patch)
treee02863467d4fcaca06cf7057da8045f34baa6843 /docs
parentb53eacfaccd14cd60fb06722b41a85c6cba36c62 (diff)
parent628fa17ddacdaf59c573d5707bbb6b5b84891f25 (diff)
downloadrabbitmq-server-git-5b2bc44ee6707752719fe4778a5de6f4c7c36d80.tar.gz
Merging bug 22559 onto default
Diffstat (limited to 'docs')
-rw-r--r--docs/usage.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/usage.xsl b/docs/usage.xsl
index 04beebca7e..a29174016f 100644
--- a/docs/usage.xsl
+++ b/docs/usage.xsl
@@ -18,7 +18,7 @@
<!-- Pull out cmdsynopsis to show the command usage line. -->%% Generated, do not edit!
-module(<xsl:value-of select="$modulename" />).
-export([usage/0]).
-usage() -> io:format(%QUOTE%Usage:
+usage() -> %QUOTE%Usage:
<xsl:value-of select="refentry/refsynopsisdiv/cmdsynopsis/command"/>
<xsl:text> </xsl:text>
<xsl:for-each select="refentry/refsynopsisdiv/cmdsynopsis/arg">
@@ -60,7 +60,7 @@ usage() -> io:format(%QUOTE%Usage:
</xsl:for-each>
<xsl:apply-templates select=".//*[title='Commands']/refsect2" mode="command-usage" />
-%QUOTE%), halt(1).
+%QUOTE%.
</xsl:template>
<!-- Option lists in command usage -->