Changes between Version 4 and Version 5 of WikiStart


Ignore:
Timestamp:
2010-04-22 05:12:31 (14 years ago)
Author:
zooko
Comment:

new usage string

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v4 v5  
    11http://pypi.python.org/pypi/dupfilefind
    22
    3 usage: dupfilefind [-h] [-v] [-I IGNORE_DIRS] [-H] [-D] [-m m] [-M M] [-p]
    4                    [--include-names-in-profiles] [-n]
     3usage: dupfilefind [-h] [-V] [-v] [-I IGNORE_DIRS] [-H] [-D] [-m m] [-M M]
     4                   [-p] [--include-names-in-profiles] [-n]
    55                   [dir [dir ...]]
    66
     
    1212optional arguments:
    1313  -h, --help            show this help message and exit
    14 
     14  -V, --version         Print out the version of dupfilefind.
    1515  -v, --verbose         Emit more information.
    16 
    1716  -I IGNORE_DIRS, --ignore-dirs IGNORE_DIRS
    1817                        comma-separated list of directories to skip (if you
     
    3130                        option is dangerous.
    3231  -m m, --min-size m    Ignore files smaller than this (default 1024).
    33   -M M, --max-size M    Hash only the first this many bytes of the file
    34                         (default 8589934592).
     32  -M M, --max-size M    Hash only the first this many bytes of the file, or -1
     33                        to hash all bytes of the file (default -1).
    3534  -p, --profiles        Print out the md5sum and size in bytes of every file.
    3635                        This could be useful for a p2p storage project to
     
    4140  -n, --no-follow-symlinks
    4241                        Do not follow symlinks.
     42
     43
    4344== Starting Points ==
    4445