Skip to content

Commit

Permalink
Clean command - tool help fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xc0170 committed Dec 11, 2015
1 parent fc309c6 commit bb3d292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_generator/commands/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def setup(subparser):
subparser.add_argument("-f", "--file", help="YAML projects file", default='projects.yaml')
subparser.add_argument("-p", "--project", required = True, help="Specify which project to be removed")
subparser.add_argument(
"-t", "--tool", help="Clean project files")
"-t", "--tool", help="Clean project files for this tool")

0 comments on commit bb3d292

Please sign in to comment.