From 9d67329ef76446e97fb73b661afeed95bb0568bd Mon Sep 17 00:00:00 2001 From: Kai Krakow Date: Fri, 27 Oct 2017 23:10:14 +0200 Subject: [PATCH] Update README after integrating new features Let's update the README file. Signed-off-by: Kai Krakow --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f737348..3f9d635 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,9 @@ fresh full-filesystem rescan, and restart `bees'. Things You Might Expect That Bees Doesn't Have ---------------------------------------------- -* There's no configuration file or getopt command line option processing -(patches welcome!). There are some tunables hardcoded in the source -that could eventually become configuration options. +* There's no configuration file (patches welcome!). There are some tunables +hardcoded in the source that could eventually become configuration options. +There's also an incomplete option parser (patches welcome!). * There's no way to *stop* the Bees daemon. Use SIGKILL, SIGTERM, or Ctrl-C for now. Some of the destructors are unreachable and have never