Skip to content
/ snoretoast Public

Commit e3e1b9d

Browse files
committed
Update main.cpp
1 parent 8f4eab5 commit e3e1b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void help()
5151
<< L"[-silent] \t\t| Don't play a sound file when showing the notifications." << std::endl
5252
<< L"[-appID] <App.ID>\t| Don't create a shortcut but use the provided app id." << std::endl
5353
<< std::endl
54-
<< L"-install <path> <application>| Creates a shortcut <path> in the start menu which point to the executable <application>, uses the provided appID or a default value." << std::endl
54+
<< L"-install <path> <application> <appID>| Creates a shortcut <path> in the start menu which point to the executable <application>, appID used for the notifications." << std::endl
5555
<< L"-close \t\t\t| Closes a currently displayed notification, must be used together with -id" << std::endl
5656
<< L"[-v] \t\t\t| Print the version and copying information." << std::endl
5757
<< std::endl

0 commit comments

Comments
 (0)