From accb219c28d2e519e2df196476e9060d9a251e9f Mon Sep 17 00:00:00 2001 From: Damien Leroux Date: Tue, 14 Jun 2011 09:25:28 +0200 Subject: [PATCH] Added 'test-layout' in usage display. --- py/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py/main.py b/py/main.py index 5ecdcfb..85e0c33 100755 --- a/py/main.py +++ b/py/main.py @@ -17,6 +17,7 @@ def about(): version() print "invoke as follows:" print " %s ide-descr.hackide to open this IDE"%script_name + print " %s test-layout ide-descr.hackide to check the layout for this IDE"%script_name print " %s files ide-descr.hackide to list the resource files used by this IDE"%script_name print " %s templates to list the available task templates"%script_name