Skip to content

Commit

Permalink
Replace uses of -d with -D in README
Browse files Browse the repository at this point in the history
It still references the stats topping which isn't super useful nowadays, but the syntax should be correct at least.
  • Loading branch information
Pokechu22 committed Jan 10, 2019
1 parent 0f205c7 commit 5a5d462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can redirect the output from the default `stdout` by passing
`-o <path>` or `--output <path>`. This is useful when combined with
verbose output (`-v` or `--verbose`) so that the output doesn't go into the file.

$ python munch.py -d --output output.json
$ python munch.py -D --output output.json

You can see what toppings are available by passing `-l` or `--list`.

Expand All @@ -41,7 +41,7 @@ missing a dependency, it will output an error telling you what
also needs to be included. Toppings will generally automatically load
their dependencies, however.

$ python munch.py -d --toppings language,stats
$ python munch.py -D --toppings language,stats

The above example would only extract the language information, as
well as the stats and achievements (both part of `stats`).

0 comments on commit 5a5d462

Please sign in to comment.