Skip to content

Commit

Permalink
Merge branch 'pr1730' into stable
Browse files Browse the repository at this point in the history
* pr1730:
  (maint) Corrected whitespace
  (GH-1234) Fix typo in Parameter definition
  • Loading branch information
gep13 committed Mar 11, 2019
2 parents fd63e4a + 6cc246e commit 26ace80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ shortcut.
OPTIONAL - A text description to be associated with the new description.
.PARAMETER WindowStyle
OPTIONAL - Type of windows target application should open with.
OPTIONAL - Type of windows target application should open with.
Available in 0.9.10+.
0 = Hidden, 1 = Normal Size, 3 = Maximized, 7 - Minimized.
Full list table 3.9 here: https://technet.microsoft.com/en-us/library/ee156605.aspx
Expand Down Expand Up @@ -89,7 +89,7 @@ Install-ChocolateyShortcut -ShortcutFilePath "C:\test.lnk" -TargetPath "C:\test.
Install-ChocolateyShortcut `
-ShortcutFilePath "C:\notepad.lnk" `
-TargetPath "C:\Windows\System32\notepad.exe" `
-WorkDirectory "C:\" `
-WorkingDirectory "C:\" `
-Arguments "C:\test.txt" `
-IconLocation "C:\test.ico" `
-Description "This is the description"
Expand Down

0 comments on commit 26ace80

Please sign in to comment.