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

Commit ac22336

Browse files
committed
Fixed help messages
1 parent 3265ca9 commit ac22336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paperspace/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def common_experiment_create_multi_node_options(f):
239239
click.option(
240240
"--workerRegistryUsername",
241241
"workerRegistryUsername",
242-
help="Worker registry username",
242+
help="Worker container registry username",
243243
),
244244
click.option(
245245
"--workerRegistryPassword",
@@ -281,7 +281,7 @@ def common_experiments_create_single_node_options(f):
281281
click.option(
282282
"--command",
283283
required=True,
284-
help="Command",
284+
help="Container entrypoint command",
285285
),
286286
click.option(
287287
"--containerUser",

0 commit comments

Comments
 (0)