Message ID | 20111108053714.22286.69611.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'dashboard_app/templates/dashboard_app/bundle_detail.html' --- dashboard_app/templates/dashboard_app/bundle_detail.html 2011-09-27 19:29:01 +0000 +++ dashboard_app/templates/dashboard_app/bundle_detail.html 2011-11-04 03:06:40 +0000 @@ -46,7 +46,7 @@ <h3>Tips</h3> <p>You can download this bundle with the following command:</p> <div class="console"> - <code>lava-dashboard-tool --dashboard-url=http://{{site.domain}}{% url lava.api_handler %} get {{bundle.content_sha1}}</code> + <code>lava-dashboard-tool get --dashboard-url=http://{{site.domain}}{% url lava.api_handler %} {{bundle.content_sha1}}</code> </div> {% endblock %}