Skip to content

Commit

Permalink
Added explicit mention of keywords default remote to search help (#6095)
Browse files Browse the repository at this point in the history
  • Loading branch information
WesternStar authored and lasote committed Nov 22, 2019
1 parent 7554cbd commit 003fdf5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions conans/client/command.py
Expand Up @@ -1191,10 +1191,11 @@ def search(self, *args):
If you provide a pattern, then it will search for existing package
recipes matching it. If a full reference is provided
(pkg/0.1@user/channel) then the existing binary packages for that
reference will be displayed. If no remote is specified, the search
will be done in the local cache. Search is case sensitive, exact case
has to be used. For case insensitive file systems, like Windows, case
sensitive search can be forced with '--case-sensitive'.
reference will be displayed. The default remote is ignored, if no
remote is specified, the search will be done in the local cache.
Search is case sensitive, exact case has to be used. For case
insensitive file systems, like Windows, case sensitive search
can be forced with '--case-sensitive'.
"""
parser = argparse.ArgumentParser(description=self.search.__doc__,
prog="conan search",
Expand Down

0 comments on commit 003fdf5

Please sign in to comment.