mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-27 19:30:48 +00:00
Update manager.py
This commit is contained in:
parent
8331375172
commit
aa990cf841
@ -110,7 +110,7 @@ def main():
|
||||
library_json = Path(__file__).parent / 'library.json'
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
description='ACRN Configurator third part library manager.'
|
||||
description='ACRN Configurator third party library manager.'
|
||||
)
|
||||
parser.add_argument('operation', choices=['check', 'install', 'clean'])
|
||||
parser.add_argument('-c', '--config', dest='config', default=library_json)
|
||||
|
Loading…
Reference in New Issue
Block a user