diff --git a/chipfoundry_cli/main.py b/chipfoundry_cli/main.py index 1e28da9..5b72dbe 100644 --- a/chipfoundry_cli/main.py +++ b/chipfoundry_cli/main.py @@ -3278,7 +3278,7 @@ def _upload_precheck_results(project_json_path: Path): @click.option('--magic-drc', is_flag=True, help='Include Magic DRC check (optional, off by default)') @click.option('--checks', multiple=True, help='Specific checks to run (can be specified multiple times)') @click.option('--dry-run', is_flag=True, help='Show the command without running') -@click.option('--remote', is_flag=True, help='Queue precheck on the chipIgnite platform (requires cf login + linked project)') +@click.option('--remote', is_flag=True, help='Queue precheck on the ChipFoundry platform (requires cf login + linked project)') @click.option( '--poll', is_flag=True, diff --git a/pyproject.toml b/pyproject.toml index f1c1cd1..4742eb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chipfoundry-cli" -version = "2.3.12" +version = "2.3.13" description = "CLI tool to automate ChipFoundry project submission to SFTP server" authors = ["ChipFoundry "] readme = "README.md"