python-versions-check: add missing space in usage

This commit is contained in:
wiz 2024-03-06 13:38:18 +00:00
parent 9693a452e4
commit 65ba1614ef
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# $NetBSD: python-versions-check,v 1.7 2023/11/07 22:49:02 wiz Exp $
# $NetBSD: python-versions-check,v 1.8 2024/03/06 13:38:18 wiz Exp $
#
# Copyright (c) 2023 The NetBSD Foundation, Inc.
# All rights reserved.
@ -165,7 +165,7 @@ if 'PKGSRCDIR' in os.environ:
else:
pkgsrcdir = '/usr/pkgsrc'
parser = argparse.ArgumentParser(description='compare supported Python versions for package' +
parser = argparse.ArgumentParser(description='compare supported Python versions for package ' +
'and all packages it depends upon and that depend on it')
parser.add_argument('package', nargs='?',
help='package whose dependencies we want to check (default: current directory)')