Преглед на файлове

Fixed minor typo in help for "info" command

Diego Blanco преди 4 години
родител
ревизия
2d10e758e0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      borgmatic/commands/arguments.py

+ 1 - 1
borgmatic/commands/arguments.py

@@ -581,7 +581,7 @@ def parse_arguments(*unparsed_arguments):
         help='Show info for first N archives after other filters are applied',
     )
     info_group.add_argument(
-        '--last', metavar='N', help='Show info for first N archives after other filters are applied'
+        '--last', metavar='N', help='Show info for last N archives after other filters are applied'
     )
     info_group.add_argument('-h', '--help', action='help', help='Show this help message and exit')