You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2015/06/22 07:18:45 UTC

incubator-lens git commit: LENS-623 : Fix help on lens-ctl for restart

Repository: incubator-lens
Updated Branches:
  refs/heads/master d1d997080 -> 77f6aacbd


LENS-623 : Fix help on lens-ctl for restart


Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/77f6aacb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/77f6aacb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/77f6aacb

Branch: refs/heads/master
Commit: 77f6aacbd81ef642688e9289f49f1cf10a48987b
Parents: d1d9970
Author: Raju Bairishetti <ra...@gmail.com>
Authored: Mon Jun 22 10:48:24 2015 +0530
Committer: Amareshwari Sriramadasu <am...@apache.org>
Committed: Mon Jun 22 10:48:24 2015 +0530

----------------------------------------------------------------------
 src/site/apt/admin/cli.apt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/77f6aacb/src/site/apt/admin/cli.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/admin/cli.apt b/src/site/apt/admin/cli.apt
index c7cb6d2..5d8a61b 100644
--- a/src/site/apt/admin/cli.apt
+++ b/src/site/apt/admin/cli.apt
@@ -28,8 +28,8 @@ commands.
 
        bin/lens-ctl start // Start the server
        bin/lens-ctl stop // Stop the server
-       bin/lens-ctl restart // Restart the server, stop followed by stop
-       bin/lens-ctl force [stop|restart] // Forcefully stop the server 
+       bin/lens-ctl restart // Restart the server, stop followed by start
+       bin/lens-ctl force [stop|restart] // Forcefully stop/restart the server
        bin/lens-ctl status // Server status
        bin/lens-ctl stack // Dump the thread stacks
        bin/lens-ctl memory-histogram // Server's memory histogram