Archived
1
0

Possibility of combination of verbose and include/exclude in options

This commit is contained in:
Jip J. Dekker 2014-06-16 15:03:59 +02:00
parent b5b3d0592e
commit 3f0b203057
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,6 @@
### v0.5.3
- FIX: It is now again possible to use both verbose and the source inclusion/exclusion options
### v0.5.2
- FIX: Signatured used to contain untracked and older files, current signature
should be correct.

View File

@ -5,8 +5,7 @@ Fourmi, a web scraper build to search specific information for a given compound
Usage:
fourmi search <compound>
fourmi [options] search <compound>
fourmi [-v | -vv | -vvv] [options] search <compound>
fourmi [options] [--include=<sourcename> | --exclude=<sourcename>] search <compound>
fourmi [options] [-v | -vv | -vvv] [--include=<sourcename> | --exclude=<sourcename>] search <compound>
fourmi list
fourmi [--include=<sourcename> | --exclude=<sourcename>] list
fourmi -h | --help