Fixed minor typo in help for "info" command.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Helfman 2020-10-11 15:08:43 -07:00 committed by GitHub
commit 446a2bc15a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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', help='Show info for first N archives after other filters are applied',
) )
info_group.add_argument( 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') info_group.add_argument('-h', '--help', action='help', help='Show this help message and exit')