From 28db6c459b33916d6b92b411eccfdbe64eaa5c5a Mon Sep 17 00:00:00 2001
From: Jameson Graef Rollins <jameson.rollins@ligo.org>
Date: Tue, 26 May 2020 12:20:46 -0700
Subject: [PATCH] cli: clarify error wording

---
 support/bin/rtcds.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/support/bin/rtcds.in b/support/bin/rtcds.in
index e3c39095e..60607c1b6 100755
--- a/support/bin/rtcds.in
+++ b/support/bin/rtcds.in
@@ -71,7 +71,7 @@ prep_buildd() {
     log "creating RCG_BUILDD $RCG_BUILDD..."
     if ! mkdir -p "$RCG_BUILDD" 2>/dev/null ; then
         log "Could not create build directory '$RCG_BUILDD'."
-        log "Please create manually (with correct permissions) to continue."
+        log "Please create manually (with correct permissions) and try again."
         exit 1
     fi
     log "configuring RCG_BUILDD $RCG_BUILDD..."
@@ -86,7 +86,7 @@ prep_target(){
     log "creating RCG_TARGET $RCG_TARGET..."
     if ! mkdir -p "$RCG_TARGET" 2>/dev/null ; then
         log "Could not create target directory '$RCG_TARGET'."
-        log "Please create manually (with correct permissions) to continue."
+        log "Please create manually (with correct permissions) and try again."
         exit 1
     fi
     mkdir -p ${RCG_TARGET}/{target,chans/tmp}
-- 
GitLab