reword CLI message

This commit is contained in:
girish@cloudron.io
2016-02-04 23:13:29 -08:00
parent c5e2d9a9cc
commit c16ab95193

View File

@@ -143,17 +143,17 @@
<div style="max-width: 600px; margin: 0 auto;" ng-show="user.admin">
<div class="text-left">
<h3>Command Line Interface</h3>
<h3>CLI</h3>
</div>
</div>
<div class="card" style="margin-bottom: 15px;" ng-show="user.admin">
<div class="row">
<div class="col-xs-12">
Turning this on allows the <a href="https://cloudron.io/references/cli.html" target="_blank">CLI tool</a> to control this Cloudron. The CLI tool can be used to install, configure, inspect and backup applications.
Enabling this will allow the <a href="https://cloudron.io/references/cli.html" target="_blank">CLI tool</a> to control this Cloudron. The CLI tool can be used to install, configure, inspect and backup applications.
<br/>
<br/>
Writing applications for the Cloudron is simple and fun! If you are a developer, please visit the <a href="{{ config.webServerOrigin }}/documentation.html" target="_blank">application development documentation</a>.
If you are a developer, please see the <a href="{{ config.webServerOrigin }}/documentation.html" target="_blank">docs</a>.
</div>
</div>
<br/>