You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by go...@apache.org on 2015/05/07 20:24:03 UTC

svn commit: r1678249 - /incubator/slider/site/trunk/content/developing/releasing.md

Author: gourksaha
Date: Thu May  7 18:24:02 2015
New Revision: 1678249

URL: http://svn.apache.org/r1678249
Log:
change --version to version

Modified:
    incubator/slider/site/trunk/content/developing/releasing.md

Modified: incubator/slider/site/trunk/content/developing/releasing.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/developing/releasing.md?rev=1678249&r1=1678248&r2=1678249&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/developing/releasing.md (original)
+++ incubator/slider/site/trunk/content/developing/releasing.md Thu May  7 18:24:02 2015
@@ -346,7 +346,7 @@ After the upload has completed, the comp
 Download the uploaded `.tar.gz`, expand it and verify that it is complete. That includes
 
 1. Verify that the file `slider-agent.tar.gz` exists.
-1. Execute `bin/slider --version`
+1. Execute `bin/slider version`
 1. Assuming you have an existing installation for testing, set `SLIDER_CONF_DIR` to the configuration directory, then
 `slider start <INSTANCE>` to start the relevant cluster instance.