Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 1e01fb6

Browse files
Merge pull request #99 from Paperspace/experiments-modelid-help
fix: reference to wrong resource in deployment help
2 parents 9f6f087 + 071ddef commit 1e01fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paperspace/cli/deployments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def create_deployment(api_key=None, **kwargs):
100100
@click.option(
101101
"--modelId",
102102
"modelId",
103-
help="Use to filter by project ID",
103+
help="Use to filter by model ID",
104104
)
105105
@api_key_option
106106
def get_deployments_list(api_key=None, **filters):

0 commit comments

Comments
 (0)