Skip to content

Commit

Permalink
Use the pkgmeta console/command-line script in the example documentat…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
mmulich committed Nov 27, 2011
1 parent 7c2338c commit da64fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Now that we've created an example repository, we can probe it for information.
A brief example might be to search for distributions containing the term
``cal``::

$ python3.2 pkgmeta/cli.py -c ~/example.cfg search cal
$ pkgmeta -c ~/example.cfg search cal
p solarcal - Calendar based on solar dates.
p webcal - Web calendaring application

Expand All @@ -46,7 +46,7 @@ Notice that we passed in the example configuration with the ``-c`` option.
Now that we've found some distributions, let's try showing the distributions
metadata::

$ python3.2 pkgmeta/cli.py -c ~/example.cfg show webcal
$ pkgmeta -c ~/example.cfg show webcal
Metadata-Version: 1.2
Name: webcal
Version: 3.0
Expand Down

0 comments on commit da64fd6

Please sign in to comment.