1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-22 15:28:57 +00:00

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

View file

@ -174,7 +174,7 @@ def generate_level(self, prefix, parser, Archiver):
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")