*: =--without-tests= suppresses the automatic submission of tests when the build is done.
 *: =--platforms= takes a comma separated list of platforms. Omitting it will build your workspace on all platforms Condor supports. For a list of available platforms, see "Platforms" below.
 *: =--use-externals-cache= uses cached externals to speed the build. If you're testing a new external, do *not* use this option.
-*: =--release-only= returns a tarball of your binaries, but not a final package suitable for distribution. If you're just doing a compile test, or you don't need the rest of the packaging, this will speed the build by about 45 minutes. If you need to generate a package to give to a user (or to submit for testing), omit this option.
+*: =--release-only= builds the dynamic binaries, but doesn't package or return them. If you're just doing a compile test and don't need the binaries, this will speed the build by about 45 minutes. If you need to generate a package to give to a user (or to submit for testing), omit this option.
 *: =--desc= specifies a description that appears in the NMI web pages and can help identify your build.
 *: =--workspace=../= is the location of your workspace. *Warning:* due to a bug in condor_nmi_submit, as of 2006-02-14 the only valid option is "=../=" as given in the example.