From 74af036c979f340d95f0370103a5f35b4f0cb1d5 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Thu, 20 Aug 2015 16:31:31 +0200 Subject: [PATCH] toolchain: add missing documentation for icon --- toolchain.py | 1 + 1 file changed, 1 insertion(+) diff --git a/toolchain.py b/toolchain.py index 533b11f..fde6f79 100755 --- a/toolchain.py +++ b/toolchain.py @@ -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])