setup.py: Fix build_usage to always process all commands.

This commit is contained in:
Martin Hostettler 2016-09-27 22:01:36 +02:00 committed by TW
parent b84014e7d9
commit fe9816d8d4
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,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")