Skip to content

Commit

Permalink
Fix export help typo (#9408)
Browse files Browse the repository at this point in the history
  • Loading branch information
danimtb committed Aug 11, 2021
1 parent bb5f590 commit f7c5a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conans/client/command.py
Expand Up @@ -1077,8 +1077,8 @@ def export(self, *args):
Copies the recipe (conanfile.py & associated files) to your local cache.
Use the 'reference' param to specify a user and channel where to export
it. Once the recipe is in the local cache it can be shared, reused and
to any remote with the 'conan upload' command.
it. Once the recipe is in the local cache it can be shared and reused
with any remote with the 'conan upload' command.
"""
parser = argparse.ArgumentParser(description=self.export.__doc__,
prog="conan export",
Expand Down

0 comments on commit f7c5a4e

Please sign in to comment.