Skip to content

Commit

Permalink
Merge pull request #853 from ros/update_help
Browse files Browse the repository at this point in the history
update --pkg help in cmi
  • Loading branch information
dirk-thomas authored Feb 9, 2017
2 parents f9cad28 + e64bc98 commit 6dd0e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/catkin_make_isolated
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def parse_args(args=None):
help='Disables colored output (only for catkin_make and CMake)')
pkg = parser.add_mutually_exclusive_group(required=False)
pkg.add_argument('--pkg', nargs='+', metavar='PKGNAME', dest='packages',
help="Invoke 'make' on specific packages "
help="Process only specific packages "
"(only after catkin_make_isolated has been invoked before with the same install flag)")
pkg.add_argument('--from-pkg', metavar='PKGNAME', dest='from_package',
help='Restart catkin_make_isolated at the given package continuing from there '
Expand Down

0 comments on commit 6dd0e70

Please sign in to comment.