You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ void help()
51
51
<< L"[-silent] \t\t| Don't play a sound file when showing the notifications." << std::endl
52
52
<< L"[-appID] <App.ID>\t| Don't create a shortcut but use the provided app id." << std::endl
53
53
<< 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
55
55
<< L"-close \t\t\t| Closes a currently displayed notification, must be used together with -id" << std::endl
56
56
<< L"[-v] \t\t\t| Print the version and copying information." << std::endl
0 commit comments