Browse Source

Fix incorrect help on borg list --last flag.

Dan Helfman 5 năm trước cách đây
mục cha
commit
f3910f49ca
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      borgmatic/commands/arguments.py

+ 1 - 1
borgmatic/commands/arguments.py

@@ -323,7 +323,7 @@ def parse_arguments(*unparsed_arguments):
         '--first', metavar='N', help='List first N archives after other filters are applied'
         '--first', metavar='N', help='List first N archives after other filters are applied'
     )
     )
     list_group.add_argument(
     list_group.add_argument(
-        '--last', metavar='N', help='List first N archives after other filters are applied'
+        '--last', metavar='N', help='List last N archives after other filters are applied'
     )
     )
     list_group.add_argument(
     list_group.add_argument(
         '-e', '--exclude', metavar='PATTERN', help='Exclude paths matching the pattern'
         '-e', '--exclude', metavar='PATTERN', help='Exclude paths matching the pattern'