Correct help description for the project_id argument
diff --git a/samples/prediction/prediction.py b/samples/prediction/prediction.py
index ae93721..787fdc3 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):