summaryrefslogtreecommitdiff
path: root/build_images.py
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2012-12-01 19:04:53 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2012-12-01 19:04:53 +0200
commitabe113079e13cda502fb9aca9d206b277ccc1af0 (patch)
tree4556e440d8df6e3a3415ba8cd7ed9b291ff16ee9 /build_images.py
parent3185e533328f1c0a6c2bf2083b9cfa7cae1937ce (diff)
Fix indentation
Diffstat (limited to 'build_images.py')
-rwxr-xr-xbuild_images.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_images.py b/build_images.py
index 4b94167..f6e42fc 100755
--- a/build_images.py
+++ b/build_images.py
@@ -272,10 +272,10 @@ def main():
help='The date (YYYYMMDD) as reference for hwpack')
p.add_argument('-w', dest='hwpacks', action='append',
help='The hwpacks to generate for, default=%s' %
- ', '.join(hwpacks))
+ ', '.join(hwpacks))
p.add_argument('-b', dest='binaries', action='append',
help='The binaries to generate for, default=%s' %
- ', '.join(binaries))
+ ', '.join(binaries))
p.add_argument('-p', dest='platform', default='quantal',
help='The platform, default=quantal')
p.add_argument('-r', dest='release', action='store_true', default=False,