Explorar el Código

include/exclude options

elandorr hace 2 años
padre
commit
4047076e70
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/borg/archiver.py

+ 1 - 1
src/borg/archiver.py

@@ -2972,7 +2972,7 @@ class Archiver:
                                 'Paths with fewer elements will be silently skipped.')
 
         def define_exclusion_group(subparser, **kwargs):
-            exclude_group = subparser.add_argument_group('Exclusion options')
+            exclude_group = subparser.add_argument_group('Include/Exclude options')
             define_exclude_and_patterns(exclude_group.add_argument, **kwargs)
             return exclude_group