So - While I can't think of an elegant sentence to replace that.. I can describe what it does!<br clear="all"><br>It prints out a list of all possible commands and flags that the `nova` command can accept, This can be used by bash to facilitate tab-completion of commands.<div>

<br></div><div>e.g. typing `apt-get i<tab>` at a bash prompt on Ubuntu will auto-complete the command to `apt-get install `.</div><div><br></div><div>The output from `nova bash-completion` should be used as a hint to bash to allow, for example `nova re<tab>` to auto-complete to `nova reboot `. </div>

<div><br></div><div>(Side note.. It looks like this is broken in the current Ubuntu precise packages..)<br><br>Thanks,<br>Kiall<br>
<br><br><div class="gmail_quote">On Mon, Aug 13, 2012 at 4:28 PM, Anne Gentle <span dir="ltr"><<a href="mailto:anne@openstack.org" target="_blank">anne@openstack.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Anyone know what the rest of this sentence should be?<br>
<br>
bash-completion     Prints all of the commands and options to stdout so<br>
                        that the<br>
<br>
My guess is:<br>
<br>
Prints all the commands and options to stdout so that a user can<br>
troubleshoot an instance.<br>
<br>
What number of lines do you get? If bash-completion is using the<br>
os-getConsoleOutput it needs a number of lines length parameter. I'd<br>
like to edit "all" in the descriptive sentence if it's not really<br>
"all."<br>
<br>
Thanks,<br>
Anne<br>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote></div><br></div>