Repository: bigtop Updated Branches: refs/heads/master ce866e339 -> 14a98579e
BIGTOP-1587. Fix typos in install-tomcat.sh Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/5e0d9f1b Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/5e0d9f1b Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/5e0d9f1b Branch: refs/heads/master Commit: 5e0d9f1b0c8422083bdc2feba16252d7ae316b60 Parents: ce866e3 Author: Dasha Boudnik <[email protected]> Authored: Mon Jan 5 16:09:31 2015 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Mon Jan 5 16:09:31 2015 -0800 ---------------------------------------------------------------------- bigtop-packages/src/common/bigtop-tomcat/install_tomcat.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/5e0d9f1b/bigtop-packages/src/common/bigtop-tomcat/install_tomcat.sh ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/bigtop-tomcat/install_tomcat.sh b/bigtop-packages/src/common/bigtop-tomcat/install_tomcat.sh index 087cd92..88ef087 100644 --- a/bigtop-packages/src/common/bigtop-tomcat/install_tomcat.sh +++ b/bigtop-packages/src/common/bigtop-tomcat/install_tomcat.sh @@ -21,12 +21,12 @@ usage() { echo " usage: $0 <options> Required not-so-options: - --build-dir=DIR path to Whirr dist.dir + --build-dir=DIR path to Tomcat dist.dir --prefix=PREFIX path to install into Optional options: - --doc-dir=DIR path to install docs into [/usr/share/doc/whirr] - --lib-dir=DIR path to install Whirr home [/usr/lib/whirr] + --doc-dir=DIR path to install docs into [/usr/share/doc/bigtop-tomcat] + --lib-dir=DIR path to install Tomcat home [/usr/lib/bigtop-tomcat] " exit 1 }
