Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-10-10 02:13:19 +0000
committerDavid Williams2013-10-10 02:13:19 +0000
commitb67feaa5386ccb564c064ffd5362574661a8d121 (patch)
treea23c4eb4d6faf72e0af16a56025787e29af7e423 /production
parentd1e9dca0dab7b219f23e0a603e20313969b97244 (diff)
downloadeclipse.platform.releng.aggregator-b67feaa5386ccb564c064ffd5362574661a8d121.tar.gz
eclipse.platform.releng.aggregator-b67feaa5386ccb564c064ffd5362574661a8d121.tar.xz
eclipse.platform.releng.aggregator-b67feaa5386ccb564c064ffd5362574661a8d121.zip
[releng] correct comment
Diffstat (limited to 'production')
-rwxr-xr-xproduction/build-functions.shsource2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 2031fea1a..6712640e7 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -609,7 +609,7 @@ fn-add-submodule-updates ()
popd
}
-# USAGE: fn-submodule-checkout BUILD_ID REPO_DIR REPOSITORIES_TXT
+# USAGE: fn-tag-build-inputs BUILD_ID REPO_DIR REPOSITORIES_TXT
# BUILD_ID: M20121116-1100
# REPO_DIR: /shared/eclipse/builds/R4_2_maintenance/gitCache/eclipse.platform.releng.aggregator
# REPOSITORIES_TXT: /shared/eclipse/builds/streams/repositories.txt

Back to the top