Skip to content

Commit f3c7a95

Browse files
Add option text to README
1 parent 64634c2 commit f3c7a95

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,25 @@ A very simple command line program to send Windows Desktop Notifications.
44

55
## Usage
66

7+
### Example
8+
79
``` batchfile
810
> DesktopNotifier.exe -t Title -m "Hello, Notifications!"
911
```
1012

13+
### Options
14+
15+
```
16+
-m, --message Required. (Default: Hello, World) The message to display.
17+
18+
-t, --title Required. (Default: Terminal) The title text to display.
19+
20+
-i, --icon The path to a .ico file to display.
21+
22+
-s, --showTime (Default: 10000) The length of time to show notification
23+
for in milliseconds.
24+
```
25+
1126
## License
1227

1328
Copyright 2016 Geoff Shannon

0 commit comments

Comments
 (0)