Skip to content

Commit

Permalink
Merge pull request #179 from mesosphere/fix-usage-typo
Browse files Browse the repository at this point in the history
Fix typo in the usage for `dcos package`
  • Loading branch information
jsancio committed May 20, 2015
2 parents 2b7dbbb + 32ba667 commit 8e1d092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/dcoscli/package/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
dcos package --info
dcos package describe [--app --options=<file> --cli] <package_name>
dcos package info
dcos package install [--cli | [--app --app-id=<app_id]]
dcos package install [--cli | [--app --app-id=<app_id>]]
[--options=<file>]
<package_name>
dcos package list-installed [--endpoints --app-id=<app-id> <package_name>]
Expand Down
2 changes: 1 addition & 1 deletion cli/tests/integrations/cli/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_package():
dcos package --info
dcos package describe [--app --options=<file> --cli] <package_name>
dcos package info
dcos package install [--cli | [--app --app-id=<app_id]]
dcos package install [--cli | [--app --app-id=<app_id>]]
[--options=<file>]
<package_name>
dcos package list-installed [--endpoints --app-id=<app-id> <package_name>]
Expand Down

0 comments on commit 8e1d092

Please sign in to comment.