aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-09-01 21:06:45 +0200
committerIgor Pashev <pashev.igor@gmail.com>2019-09-01 21:06:45 +0200
commit72480d98aff91590f11adee8ea0501ba7c490764 (patch)
tree4222d25121fee050bfe797643d0fea6e8dde6f43 /README.md
parent54578195f556ea478cd2cffc948157c91b8bef13 (diff)
downloadfrotate.hs-72480d98aff91590f11adee8ea0501ba7c490764.tar.gz
Exit with error if --keep and --delete are missed
Still print all days to stderr. This is to prevent misuse when frotate is invoked without --keep or --delete.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4174d66..ace4c08 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,8 @@ Usage
=====
Note that when neither `--keep` nor `--delete` option is given, the utility
-prints all intervals with all days in them _to standard error_. In production
-you will need to specify `--keep` or `--delete` explicitly.
+prints all intervals with all days _to standard error_ and exits with non-zero
+code. In production you will need to specify `--keep` or `--delete` explicitly.
```
Usage: frotate ([-k|--keep] | [-d|--delete]) [-b|--base BASE] DAY...