From 2eb1d247b01df8b2dab61c0235e6624aca0ddcb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=B6rner?= Date: Wed, 27 Dec 2017 20:25:18 +0100 Subject: [PATCH] fix the --ids handling --- make-apple-motion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-apple-motion.py b/make-apple-motion.py index 8a98ac1..0a65279 100755 --- a/make-apple-motion.py +++ b/make-apple-motion.py @@ -33,7 +33,7 @@ parser.add_argument('--debug', action="store_true", default=False, help=''' Usage: ./make.py yourproject/ --debug ''') -parser.add_argument('--id', dest='ids', nargs='+', action="store", type=int, help=''' +parser.add_argument('--id', dest='ids', nargs='*', action="store", type=int, help=''' Only render the given ID(s) from your projects schedule. This argument must not be used together with --debug Usage: ./make.py yourproject/ --id 4711 0815 4223 1337