Skip to content

Commit

Permalink
Update convert-project help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Katharine committed Jun 1, 2016
1 parent d231916 commit 39d5e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pebble_tool/commands/sdk/project/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


class PblProjectConverter(SDKProjectCommand):
"""Structurally converts an SDK 2 project to an SDK 3 project. Code changes may still be required."""
"""Converts an appinfo project from SDK 2 or SDK 3 to a modern package.json project."""
command = 'convert-project'

def __call__(self, args):
Expand Down

0 comments on commit 39d5e1c

Please sign in to comment.