Skip to content

Commit

Permalink
missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
darealshinji committed Sep 2, 2021
1 parent d2b918b commit 8fccee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkshortcut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ void print_help(wchar_t *progName)
L" /o:<output> Path to shell link (shortcut); should end on .lnk [mandatory]\n"
L" /t:<target> Path to shortcut target or CLSID [mandatory]\n"
L" To set a CLSID the target parameter must be\n"
L" set as ::{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
L" set as ::{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}\n"
L" /a:<arguments> Command line arguments to use on launch\n"
L" /i:<icon> Path to file containing icon (.ico, .icl, .exe, .dll)\n"
L" /n:<index> Icon index number\n"
Expand Down

0 comments on commit 8fccee5

Please sign in to comment.