# HG changeset patch # User Steve Losh # Date 1353172269 18000 # Node ID 6ba80dea59944ba46c8538322052c5f3259cc979 # Parent 4ee5a215241699f5323c463f40022b8774d3537e Mention --smart-interval in the README. diff -r 4ee5a2152416 -r 6ba80dea5994 README.markdown --- a/README.markdown Sat Nov 17 12:11:01 2012 -0500 +++ b/README.markdown Sat Nov 17 12:11:09 2012 -0500 @@ -66,17 +66,19 @@ find . -name '*.py' -print0 | peat -0 'rm *.pyc' Options: - -h, --help show this help message and exit - -i N, --interval=N interval between checks in milliseconds (default 1000) - -c, --clear clear screen before runs (default) - -C, --no-clear don't clear screen before runs - -v, --verbose show extra logging output (default) - -q, --quiet don't show extra logging output - -w, --whitespace assume paths on stdin are separated by whitespace - (default) - -n, --newlines assume paths on stdin are separated by newlines - -s, --spaces assume paths on stdin are separated by spaces - -0, --zero assume paths on stdin are separated by null bytes + -h, --help show this help message and exit + -i N, --interval=N interval between checks in milliseconds + -I, --smart-interval determine the interval based on number of files + watched (default) + -c, --clear clear screen before runs (default) + -C, --no-clear don't clear screen before runs + -v, --verbose show extra logging output (default) + -q, --quiet don't show extra logging output + -w, --whitespace assume paths on stdin are separated by whitespace + (default) + -n, --newlines assume paths on stdin are separated by newlines + -s, --spaces assume paths on stdin are separated by spaces + -0, --zero assume paths on stdin are separated by null bytes License -------