Skip to content

Commit

Permalink
Fixed documentation, missing equal when using --search
Browse files Browse the repository at this point in the history
  • Loading branch information
keul committed Jan 1, 2014
1 parent 9592865 commit be85452
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -39,7 +39,7 @@ You simply need to provide it:

Quick example (you can keep it single lined)::

$ allanon --search "#movie-container embed" \
$ allanon --search="#movie-container embed" \
> "http://legal-streaming-site.org/program-name/season{1:6}/episode{1:22}"

Documentation
Expand Down Expand Up @@ -104,8 +104,8 @@ Extreme usage (uncommon, but possible)

The ``--search`` parameter can be provided multiple times::

$ allanon --search "ul.image-repos a" \
> --search "div.image-containers img" \
$ allanon --search="ul.image-repos a" \
> --search="div.image-containers img" \
> "http://image-repository-sites.org/category{1:30}.html"

When you provide (for example) two different search parameters, you are meaning:
Expand Down Expand Up @@ -181,7 +181,7 @@ are missing:

__ https://github.com/kennethreitz/grequests

If you find other bug or want to ask for a missing feature, use the `product issue tracker`__.
If you find other bugs or want to ask for missing features, use the `product's issue tracker`__.

__ https://github.com/keul/Allanon/issues

0 comments on commit be85452

Please sign in to comment.