Skip to content

Commit

Permalink
remove * from first search example (conan-io#1461)
Browse files Browse the repository at this point in the history
both
`conan search 'Poco*' --remote=conan-center`
and 
`conan search Poco --remote=conan-center` 
work here, but the latter is more straight-forward and the page explains the Search command further later on
  • Loading branch information
amalulla authored and danimtb committed Oct 28, 2019
1 parent 7bef8a2 commit db9a5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ An MD5 Encrypter using the Poco Libraries

.. code-block:: bash
$ conan search Poco* --remote=conan-center
$ conan search Poco --remote=conan-center
Existing package recipes:
Poco/1.7.8p3@pocoproject/stable
Expand Down

0 comments on commit db9a5c5

Please sign in to comment.