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/current-release-line Commit: 77f6aacbd81ef642688e9289f49f1cf10a48987b Parents: d1d9970 Author: Raju Bairishetti <[email protected]> Authored: Mon Jun 22 10:48:24 2015 +0530 Committer: Amareshwari Sriramadasu <[email protected]> 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
