From 91673b214cd94ff495d64ffd8156536e6cb5c030 Mon Sep 17 00:00:00 2001 From: Jas Sohi Date: Sun, 31 Jul 2016 18:41:01 -0700 Subject: [PATCH] Correct help description for the project_id argument --- samples/prediction/prediction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/prediction/prediction.py b/samples/prediction/prediction.py index ae93721461b..787fdc3f9a7 100644 --- a/samples/prediction/prediction.py +++ b/samples/prediction/prediction.py @@ -60,7 +60,7 @@ argparser.add_argument('model_id', help='Model Id of your choosing to name trained model') argparser.add_argument('project_id', - help='Model Id of your choosing to name trained model') + help='Project Id of your Google Cloud Project') def print_header(line):