summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nbb/nbb_lib.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbb/nbb_lib.in b/nbb/nbb_lib.in
index 1b9374e..4ba3d17 100644
--- a/nbb/nbb_lib.in
+++ b/nbb/nbb_lib.in
@@ -541,7 +541,7 @@ outdict['buildsystems'] = ", ".join(BSSourceTree.plugins.keys())
def print_help():
- print __doc__ % outdict
+ print __doc__ % outdict,
def main(argv):