From b0cafedc11037c3fad84af59ad9825d825090221 Mon Sep 17 00:00:00 2001 From: Philip Cameron-Smith Date: Wed, 21 Jun 2017 13:45:09 -0700 Subject: [PATCH] Tweaked one of the comments. *********1*********2*********3*********4*********5*********6*********7** Longer commit message body describing the commit. Can contain lists as follows: * Item 1 * Item 2 * Item 3 A good commit message should be written like an email, a subject followed by a blank line, followed by a more descriptive body. Can also contain a tag at the bottom describing what type of commit this is. [BFB] - Bit-For-Bit [FCC] - Flag Climate Changing [Non-BFB] - Non Bit-For-Bit [CC] - Climate Changing [NML] - Namelist Changing See confluence for a more detailed description about these tags. --- run_acme.template.csh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run_acme.template.csh b/run_acme.template.csh index 1adfc01839d6..18c79c0e4e98 100755 --- a/run_acme.template.csh +++ b/run_acme.template.csh @@ -228,9 +228,9 @@ alias acme_newline "echo ''" set first_argument = $1 if ( $first_argument != '' ) then echo 'This script does everything needed to configure/compile/run a case. As such, it' - echo 'provides complete provenance for each run and makes sharing with newbies easy. Future' - echo 'users should make sure that everything required for a run is in this script, the ACME' - echo 'git repo, or the inputdata svn repo.' + echo 'provides complete provenance for each run and makes sharing simulation configurations easy.' + echo 'Users should make sure that everything required for a run is in this script, the ACME' + echo 'git repo, and/or the inputdata svn repo.' echo '** This script accepts no arguments. Please edit the script as needed and resubmit without arguments. **' exit 5 endif