Skip to content

Commit ba04fd5

Browse files
author
Joseph Sirianni
committed
update examples
1 parent 6e84144 commit ba04fd5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@ Pass `--help`
3333

3434
Example: Use slack, but fall back to email on slack failure
3535
```
36-
./disk-usage.bin -t 80 -s -c "#my-channel" -r "[email protected]"
36+
./disk-usage.bin \
37+
-t 80 \
38+
-s -c "#my-channel" -slack-url https://hooks.slack.com/services/mycookhere \
39+
-r "[email protected]" -smtp-server smtp.mydomain.com
3740
```

0 commit comments

Comments
 (0)