mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-15 00:21:56 +00:00
setup.py: fix build_usage not processing all commands
This commit is contained in:
parent
8ddbc45c29
commit
1c261f6b7b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue