Browse Source

Merge branch '1.0-maint' into merge-1.0-maint

Thomas Waldmann 8 years ago
parent
commit
47cf501bc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -192,7 +192,7 @@ class build_usage(Command):
             print('generating help for %s' % command)
 
             if self.generate_level(command + " ", parser, Archiver):
-                return
+                break
 
             with open('docs/usage/%s.rst.inc' % command.replace(" ", "_"), 'w') as doc:
                 doc.write(".. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!\n\n")