Skip to content

Commit 83bae43

Browse files
committed
Fixing shortcut startup file
1 parent 0083736 commit 83bae43

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/ServiceManagement/Services/Commands.Utilities/ShortcutStartup.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ $modulePath = Join-Path $(Split-Path (Get-ScriptDirectory)) "Azure.psd1"
2222
Import-Module $modulePath
2323
cd c:\
2424
$welcomeMessage = @"
25-
For a list of all Azure cmdlets type 'help azure'.
25+
For a list of all Azure cmdlets type 'get-help azure'.
2626
For a list of Windows Azure Pack cmdlets type 'Get-Command *wapack*'.
27-
For Node.js cmdlets type 'help node-dev'.
28-
For PHP cmdlets type 'help php-dev'.
2927
"@
3028
Write-Output $welcomeMessage
3129

0 commit comments

Comments
 (0)