diff --git a/cbn_cli.py b/cbn_cli.py index bb44d08..9582d2e 100755 --- a/cbn_cli.py +++ b/cbn_cli.py @@ -260,7 +260,7 @@ def call_create_parser(args): print(json.dumps(parser, indent=2)) print('To get status of the parser run the following command:') - print((f'python cbn_cli.py --region={args.region} ' + + print((f'python3 cbn_cli.py --region={args.region} ' + f'--credentials_file={args.credentials_file} ' + f'status --config_id={parser["configId"]}')) return parser