diff --git a/borgmatic/commands/arguments.py b/borgmatic/commands/arguments.py index c5dde7c73..e201e6204 100644 --- a/borgmatic/commands/arguments.py +++ b/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')