Skip to content

Commit

Permalink
Merge pull request #4 from beppe9000/patch-1
Browse files Browse the repository at this point in the history
show icon options in usage
  • Loading branch information
vaskovsky committed Jul 26, 2020
2 parents 4ffeed5 + 195f06e commit da48d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NotifySend.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class NotifySend : ApplicationContext
private const string DefaultAppName = "notify-send for Windows";
private const string DefaultTitle = DefaultAppName;
private const string Usage = @"Usage:
notify-send [-i ICON] ""TITLE"" ""MESSAGE""
notify-send [-i info|important|error] ""TITLE"" ""MESSAGE""
© 2016 Alexey Vaskovsky
For more information visit http://vaskovsky.net/notify-send
";
Expand Down

0 comments on commit da48d22

Please sign in to comment.