Update usage to avoid confusion.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3e48a702 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3e48a702 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3e48a702 Branch: refs/heads/master Commit: 3e48a702b973a955db7f1a50ec59baa86f085445 Parents: d0b896e Author: Hugo Trippaers <[email protected]> Authored: Sat Sep 21 12:35:58 2013 +0800 Committer: Hugo Trippaers <[email protected]> Committed: Sat Sep 21 12:36:15 2013 +0800 ---------------------------------------------------------------------- packaging/centos63/package.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3e48a702/packaging/centos63/package.sh ---------------------------------------------------------------------- diff --git a/packaging/centos63/package.sh b/packaging/centos63/package.sh index 7c5fac3..04b9258 100755 --- a/packaging/centos63/package.sh +++ b/packaging/centos63/package.sh @@ -18,11 +18,11 @@ function usage() { echo "" - echo "usage: ./package.sh [-p|-pack] [-h|--help] [ARGS]" + echo "usage: ./package.sh [-p|--pack] [-h|--help] [ARGS]" echo "" echo "The commonly used Arguments are:" - echo "oss|OSS To package OSS specific" - echo "noredist|NOREDIST To package with no redistributable libraries" + echo "oss|OSS To package with only redistributable libraries (default)" + echo "noredist|NOREDIST To package with non-redistributable libraries" echo "" echo "Examples: ./package.sh -p|--pack oss|OSS" echo " ./package.sh -p|--pack noredist|NOREDIST"
