Skip to content

Commit 8e65143

Browse files
committed
fixed typo in the docs
1 parent 09db7a7 commit 8e65143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ don't forget to quote it:
4242
Besides sending emails, croncape can also kill the run command after a given
4343
timeout, via the `-t` flag (disabled by default):
4444

45-
0 6 * * * croncape -e "[email protected]" -t 2h ls -lsa
45+
0 6 * * * croncape -t 2h ls -lsa
4646

4747
If you want to send emails even when commands are successful, use the `-v` flag
4848
(useful for testing).

0 commit comments

Comments
 (0)