# HG changeset patch # User Steve Losh # Date 1449663084 0 # Node ID 59b3a26fd6724d77f0b49b3b5981ff167ee31e6a # Parent 327d3a0e8a1a5d1183205cd0d7bce508d4258d14 Fix README diff -r 327d3a0e8a1a -r 59b3a26fd672 README.markdown --- a/README.markdown Wed Dec 09 12:05:32 2015 +0000 +++ b/README.markdown Wed Dec 09 12:11:24 2015 +0000 @@ -40,7 +40,8 @@ Usage ----- -Eventually I'll make a man page, but for now: +There's a half-assed man page generated from `help2man`, but `ffind --help` is +probably easier to read. ### Command Line Program @@ -48,6 +49,7 @@ Options: -h, --help show this help message and exit + --version print the version and exit -d DIR, --dir=DIR root the search in DIR (default .) -D N, --depth=N search at most N directories deep (default 25) -f, --follow follow symlinked directories and search their contents @@ -55,6 +57,10 @@ -0, --print0 separate matches with a null byte in output -l, --literal force literal search, even if it looks like a regex -v, --invert invert match + -e, --entire match PATTERN against the entire path string + -E, --non-entire match PATTERN against only the filenames (default) + -p, --full-path print the file's full path + -P, --relative-path print the file's relative path (default) Configuring Case Sensitivity: -s, --case-sensitive @@ -127,7 +133,7 @@ License ------- -Copyright 2012 Steve Losh and contributors. +Copyright 2015 Steve Losh and contributors. Licensed under [version 3 of the GPL][gpl].