From 9bfe793e3f31e92214004c8e603996aca8284078 Mon Sep 17 00:00:00 2001 From: jtm Date: Sat, 28 Jan 2012 17:21:30 +0000 Subject: [PATCH] Help text --- README | 2 +- lesscpy/scripts/compiler.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 6016eda..c8dba01 100644 --- a/README +++ b/README @@ -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 diff --git a/lesscpy/scripts/compiler.py b/lesscpy/scripts/compiler.py index 4fcf727..c720bb9 100644 --- a/lesscpy/scripts/compiler.py +++ b/lesscpy/scripts/compiler.py @@ -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() # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~