toolchain: add missing documentation for icon

This commit is contained in:
Mathieu Virbel 2015-08-20 16:31:31 +02:00
parent 88b71475f4
commit 74af036c97

View file

@ -1029,6 +1029,7 @@ Xcode:
create Create a new xcode project
update Update an existing xcode project (frameworks, libraries..)
launchimage Create Launch images for your xcode project
icon Create Icons for your xcode project
""")
parser.add_argument("command", help="Command to run")
args = parser.parse_args(sys.argv[1:2])