Compare commits

..

1 Commits

Author SHA1 Message Date
Matthew Howle 1b38d87c56 Initial commit 2021-08-07 15:08:05 -04:00
+1 -1
View File
@@ -524,7 +524,7 @@ if __name__ == '__main__':
parser_import = subparsers.add_parser('import')
parser_import.add_argument('file', help='JSON file containing packages')
parser_import.add_argument('--name-only', action='store_true',
help='Output package names and architectyure (no version)')
help='Output package names and architecture (no version)')
pkg_group = parser_import.add_mutually_exclusive_group()
pkg_group.add_argument('--upgraded', action='store_true',