Skip to content

Commit 91673b2

Browse files
authored
Correct help description for the project_id argument
1 parent d976781 commit 91673b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/prediction/prediction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
argparser.add_argument('model_id',
6161
help='Model Id of your choosing to name trained model')
6262
argparser.add_argument('project_id',
63-
help='Model Id of your choosing to name trained model')
63+
help='Project Id of your Google Cloud Project')
6464

6565

6666
def print_header(line):

0 commit comments

Comments
 (0)