docs: drop invalid URL and fix comments
authorKees Cook <kees@outflux.net>
Mon, 8 Jul 2013 23:00:00 +0000 (16:00 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 8 Jul 2013 23:43:48 +0000 (16:43 -0700)
Small doc clean-ups.

Signed-off-by: Kees Cook <kees@outflux.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
README
calypso.py

diff --git a/README b/README
index a6c8a2d795f5d24c4cb3f9f60b5d317afa9a06cd..671f1a7b9bf747dab31b6a4cf05f97b6f0e07938 100644 (file)
--- a/README
+++ b/README
@@ -7,6 +7,3 @@
 --------
 
 The Calypso Project is a free and open-source CalDAV calendar server.
-
-For complete documentation, please visit the `Calypso online documentation
-<http://www.calypso.org/documentation>`_
index 8a7375dc580b1b00aa2f8779114e3664a2de6ed6..57f16b4cf8c7e0c58919b7e4b2a7b67c7175fe2a 100755 (executable)
@@ -104,7 +104,7 @@ if options.version:
 log = logging.getLogger()
 ch = logging.StreamHandler()
 
-# Print version and exit if the option is given
+# Handle debugging option and log levels
 if options.debug:
     log.setLevel(logging.DEBUG)
     ch.setLevel(logging.DEBUG)