2
2
# Source this file from your .bash-profile or script to use
3
3
4
4
# "Constants"
5
- _DNVM_BUILDNUMBER=" beta7-10408 "
5
+ _DNVM_BUILDNUMBER=" beta7-10409 "
6
6
_DNVM_AUTHORS=" Microsoft Open Technologies, Inc."
7
7
_DNVM_RUNTIME_PACKAGE_NAME=" dnx"
8
8
_DNVM_RUNTIME_FRIENDLY_NAME=" .NET Execution Environment"
@@ -363,7 +363,7 @@ __dnvm_help() {
363
363
echo " adds $_DNVM_RUNTIME_SHORT_NAME bin to path of current command line"
364
364
echo " set installed version as default"
365
365
echo " -f|forces force upgrade. Overwrite existing version of $_DNVM_RUNTIME_SHORT_NAME if already installed"
366
- echo " -u|unstable use unstable feed. Installs the $_DNVM_RUNTIME_SHORT_NAME from the unstable unstable feed"
366
+ echo " -u|unstable use unstable feed. Installs the $_DNVM_RUNTIME_SHORT_NAME from the unstable feed"
367
367
echo " -r|runtime The runtime flavor to install [clr or coreclr] (default: clr)"
368
368
echo " "
369
369
printf " %b\n" " ${Yel} $_DNVM_COMMAND_NAME install <semver>|<alias>|<nupkg>|latest [-r <runtime>] [-OS <OS>] [-a|-alias <alias>] [-p|-persistent] [-f|-force] [-u|-unstable] ${RCol} "
@@ -374,7 +374,7 @@ __dnvm_help() {
374
374
echo " -a|-alias <alias> set alias <alias> for requested $_DNVM_RUNTIME_SHORT_NAME on install"
375
375
echo " -p|-persistent set installed version as default"
376
376
echo " -f|force force install. Overwrite existing version of $_DNVM_RUNTIME_SHORT_NAME if already installed"
377
- echo " -u|unstable use unstable feed. Installs the $_DNVM_RUNTIME_SHORT_NAME from the unstable unstable feed"
377
+ echo " -u|unstable use unstable feed. Installs the $_DNVM_RUNTIME_SHORT_NAME from the unstable feed"
378
378
echo " -r|runtime The runtime flavor to install [mono or coreclr] (default: mono)"
379
379
echo " "
380
380
echo " adds $_DNVM_RUNTIME_SHORT_NAME bin to path of current command line"
0 commit comments