setup.py: fix build_usage not processing all commands

This commit is contained in:
Marian Beermann 2016-12-02 13:25:24 +01:00
parent 8ddbc45c29
commit 1c261f6b7b
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ class build_usage(Command):
print('generating help for %s' % command)
if self.generate_level(command + " ", parser, Archiver):
break
continue
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")