Skip to content

Commit

Permalink
Add topics command to main help usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleknap committed Feb 20, 2015
1 parent a97546a commit a273f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion awscli/data/cli.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "The AWS Command Line Interface is a unified tool to manage your AWS services.",
"synopsis": "aws [options] <command> <subcommand> [parameters]",
"help_usage": "Use *aws command help* for information on a specific command.",
"help_usage": "Use *aws command help* for information on a specific command. Use *aws help topics* to view a list of available help topics.",
"options": {
"debug": {
"action": "store_true",
Expand Down
1 change: 1 addition & 0 deletions tests/unit/docs/test_help_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def test_output(self):
self.assert_contains(
'The AWS Command Line Interface is a unified tool '
'to manage your AWS services.')
self.assert_contains('Use *aws help topics* to view')
# Verify we see the docs for top level params, so pick
# a few representative types of params.
self.assert_contains('``--endpoint-url``')
Expand Down

0 comments on commit a273f7c

Please sign in to comment.