2
0
Эх сурвалжийг харах

remove outdated comment, fixes #4240

Thomas Waldmann 10 сар өмнө
parent
commit
3a5ee93401

+ 0 - 1
src/borg/archiver/__init__.py

@@ -396,7 +396,6 @@ class Archiver(
         return result
 
     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:
             args = self.preprocess_args(args)
         parser = self.build_parser()