Help text

This commit is contained in:
jtm
2012-01-28 17:21:30 +00:00
parent 830f216927
commit 9bfe793e3f
2 changed files with 2 additions and 2 deletions

2
README
View File

@@ -40,7 +40,7 @@ usage: lesscpy [-h] [-I INCLUDE] [-x] [-X] [-m] [-D] [-v] [-o OUT] [-S] [-V]
target
positional arguments:
target
target less file or directory
optional arguments:
-h, --help show this help message and exit

View File

@@ -42,7 +42,7 @@ def run():
default=False, help="Run lexer on target")
group.add_argument('-N', '--no-css', action="store_true",
default=False, help="No css output")
aparse.add_argument('target')
aparse.add_argument('target', help="less file or directory")
args = aparse.parse_args()
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~