You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by bu...@apache.org on 2016/06/15 06:34:25 UTC

svn commit: r990616 - in /websites/staging/slider/trunk/content: ./ docs/manpage.html

Author: buildbot
Date: Wed Jun 15 06:34:25 2016
New Revision: 990616

Log:
Staging update by buildbot for slider

Modified:
    websites/staging/slider/trunk/content/   (props changed)
    websites/staging/slider/trunk/content/docs/manpage.html

Propchange: websites/staging/slider/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 15 06:34:25 2016
@@ -1 +1 @@
-1739056
+1748501

Modified: websites/staging/slider/trunk/content/docs/manpage.html
==============================================================================
--- websites/staging/slider/trunk/content/docs/manpage.html (original)
+++ websites/staging/slider/trunk/content/docs/manpage.html Wed Jun 15 06:34:25 2016
@@ -425,9 +425,11 @@ submitted application.</p>
 
 <h3 id="destroy-name"><code>destroy &lt;name&gt;</code><a class="headerlink" href="#destroy-name" title="Permanent link">&para;</a></h3>
 <p>Destroy a (stopped) application instance .</p>
-<p>Important: This deletes all persistent data</p>
+<p>Important: This deletes all persistent data, hence invoking this command by default does not destroy the app. It prints an 
+appropriate message and asks the app owner to re-invoke the same command with <code>--force</code> option, if they are sure they
+know what they are doing.</p>
 <p>Example</p>
-<div class="codehilite"><pre><span class="n">slider</span> <span class="n">destroy</span> <span class="n">instance1</span>
+<div class="codehilite"><pre><span class="n">slider</span> <span class="n">destroy</span> <span class="o">--</span><span class="n">force</span> <span class="n">instance1</span>
 </pre></div>