You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/10/22 00:37:35 UTC

[43/50] git commit: [flex-sdk] [refs/heads/master] - fix usage messages

fix usage messages


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0a418bde
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/0a418bde
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/0a418bde

Branch: refs/heads/master
Commit: 0a418bdeb1574100fca6ef5ef5b088313dcc0bad
Parents: 75bd4e3
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Oct 18 15:45:38 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Oct 18 15:45:38 2013 +1100

----------------------------------------------------------------------
 build/deploy_release_candidate.sh | 2 +-
 build/tag_release_candidate.sh    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0a418bde/build/deploy_release_candidate.sh
----------------------------------------------------------------------
diff --git a/build/deploy_release_candidate.sh b/build/deploy_release_candidate.sh
index 60a7bfb..8dcf01b 100755
--- a/build/deploy_release_candidate.sh
+++ b/build/deploy_release_candidate.sh
@@ -22,7 +22,7 @@
 
 if [ $# -ne 2 ]
 then
-    echo "Usage: deploy_release_branch flex_version ([0-99].[0-99].[0-999]) release_candidate ([0-100])"
+    echo "Usage: deploy_release_candidate flex_version ([0-99].[0-99].[0-999]) release_candidate ([0-100])"
 fi
 
 FLEX_VERSION="$1"

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0a418bde/build/tag_release_candidate.sh
----------------------------------------------------------------------
diff --git a/build/tag_release_candidate.sh b/build/tag_release_candidate.sh
index 345bc68..ba825ac 100755
--- a/build/tag_release_candidate.sh
+++ b/build/tag_release_candidate.sh
@@ -22,7 +22,7 @@
 
 if [ $# -ne 2 ]
 then
-    echo "Usage: deploy_release_branch flex_version ([0-99].[0-99].[0-999]) release_candidate ([0-100])"
+    echo "Usage: tag_release_candidate flex_version ([0-99].[0-99].[0-999]) release_candidate ([0-100])"
 fi
 
 FLEX_VERSION="$1"
@@ -44,4 +44,4 @@ then
 fi
 
 git tag -a apache-flex-sdk-${FLEX_VERSION}RC${RELEASE_CANDIDATE} -m \'"Apache Flex ${FLEX_VERSION} RC${RELEASE_CANDIDATE}"\'
-git push --tags
\ No newline at end of file
+git push --tags