Explorar o código

Fixed minor typo in help for "info" command.

Dan Helfman %!s(int64=4) %!d(string=hai) anos
pai
achega
446a2bc15a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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')