Compare commits

..

No commits in common. "446a2bc15af36fded58834e74080f622b3608ab0" and "0e978299cfd46b98a2e45977e28d88d1412b1e1e" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -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 last N archives after other filters are applied'
'--last', metavar='N', help='Show info for first N archives after other filters are applied'
)
info_group.add_argument('-h', '--help', action='help', help='Show this help message and exit')