mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-22 23:38:57 +00:00
setup.py: Fix build_usage to always process all commands.
This commit is contained in:
parent
b84014e7d9
commit
fe9816d8d4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue