Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b38d87c56 |
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user