mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-09 13:53:09 +00:00
remove outdated comment, fixes #4240
This commit is contained in:
parent
4184cade37
commit
adf2d8c047
1 changed files with 0 additions and 1 deletions
|
@ -5197,7 +5197,6 @@ class Archiver:
|
||||||
return result
|
return result
|
||||||
|
|
||||||
def parse_args(self, args=None):
|
def parse_args(self, args=None):
|
||||||
# We can't use argparse for "serve" since we don't want it to show up in "Available commands"
|
|
||||||
if args:
|
if args:
|
||||||
args = self.preprocess_args(args)
|
args = self.preprocess_args(args)
|
||||||
parser = self.build_parser()
|
parser = self.build_parser()
|
||||||
|
|
Loading…
Add table
Reference in a new issue