Skip to content

Commit

Permalink
fixes #12 - --help should point to RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Jun 16, 2015
1 parent f5032ae commit 8f84db4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion awslimitchecker/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ def parse_args(argv):
:rtype: :py:class:`argparse.Namespace`
"""
desc = 'Report on AWS service limits and usage via boto, optionally warn ' \
'about any services with usage nearing or exceeding their limits.'
'about any services with usage nearing or exceeding their limits. ' \
'For further help, see <http://awslimitchecker.readthedocs.org/>'

"""
####### IMPORTANT license notice ##########
Expand Down
3 changes: 2 additions & 1 deletion awslimitchecker/tests/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ def test_parse_args_parser(self):
argv = ['-V']
desc = 'Report on AWS service limits and usage via boto, optionally ' \
'warn about any services with usage nearing or exceeding ' \
'their limits.'
'their limits. For further help, see ' \
'<http://awslimitchecker.readthedocs.org/>'
epilog = 'awslimitchecker is AGPLv3-licensed Free Software. Anyone ' \
'using this program, even remotely over a network, is ' \
'entitled to a copy of the source code. You can obtain ' \
Expand Down

0 comments on commit 8f84db4

Please sign in to comment.