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() # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~