ContentMine / quickscrape

A scraping command line tool for the modern web
MIT License
259 stars 42 forks source link

duplicate abbreviation `-f` in help #77

Open petermr opened 8 years ago

petermr commented 8 years ago
localhost:quickscrape pm286$ quickscrape --help

  Usage: quickscrape [options]

  Options:

    -h, --help                output usage information
    -V, --version             output the version number
    -u, --url <url>           URL to scrape
    -r, --urllist <path>      path to file with list of URLs to scrape (one per line)
    -s, --scraper <path>      path to scraper definition (in JSON format)
    -d, --scraperdir <path>   path to directory containing scraper definitions (in JSON format)
    -o, --output <path>       where to output results (directory will be created if it doesn't exist
    -i, --ratelimit <int>     maximum number of scrapes per minute (default 3)
    -h --headless             render all pages in a headless browser
    -l, --loglevel <level>    amount of information to log (silent, verbose, info*, data, warn, error, or debug)
    -f, --outformat <name>    JSON format to transform results into (currently only bibjson)
    -f, --logfile <filename>  save log to specified file in output directory as well as printing to terminal

Remove or clarify the duplicate -f