Document bash completion.

This commit is contained in:
Simon MacMullen 2010-11-17 10:22:18 +00:00
parent e61d1a2371
commit 6d91087517
1 changed files with 9 additions and 1 deletions

View File

@ -50,7 +50,15 @@
import and export configuration.
</li>
</ul>
</p>
</p>
<p>
<code>rabbitmqadmin --bash-completion</code> will print a bash
completion script for rabbitmqadmin. This should be redirected
to a file and <code>source</code>d. On Debian-derived systems,
copy the file to <code>/etc/bash_completion.d</code> to make it
available system-wide.
</p>
<h2>Examples</h2>