Skip to content

Commit

Permalink
Help text update
Browse files Browse the repository at this point in the history
  • Loading branch information
ggatward committed Jan 3, 2017
1 parent 5ffc5f3 commit 6988ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ puppet-forge-server:
```
usage: push_puppetforge.py [-h] [-o ORG] [-r REPO] [-s SERVER] [-m MODULEPATH] [-u USER]
Cleans content views for specified organization.
Exports puppet modules in puppet-forge-server format.
optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion push_puppetforge.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def main(args):
confdir = os.path.join(dir, 'config')

# Check for sane input
parser = argparse.ArgumentParser(description='Performs Export of Default Content View.')
parser = argparse.ArgumentParser(description='Exports puppet modules in puppet-forge-server format.')
# pylint: disable=bad-continuation
parser.add_argument('-o', '--org', help='Organization (Uses default if not specified)',
required=False)
Expand Down

0 comments on commit 6988ce6

Please sign in to comment.