From 561ab3018dbe4be1614e3dc944d9d13f6bb59d4a Mon Sep 17 00:00:00 2001 From: dapowers87 Date: Tue, 6 Oct 2020 04:48:44 +0000 Subject: [PATCH] make error messages uniform --- plugins/tensorflow/INSTALL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tensorflow/INSTALL.sh b/plugins/tensorflow/INSTALL.sh index 9aa7e538..8039ac58 100644 --- a/plugins/tensorflow/INSTALL.sh +++ b/plugins/tensorflow/INSTALL.sh @@ -39,7 +39,7 @@ if [ "$installJetsonFlag" = true ] && [ "$installArmFlag" = true ]; then fi if ([ "$installJetsonFlag" = true ] || [ "$installArmFlag" = true ]) && [ "$installGpuFlag" = true ]; then - echo "--gpu flag cannot be set with --jetson or --arm" + echo "--gpu flag cannot be set with --jetson or --arm. Exiting..." exit -2 fi