diff --git a/tpromptuser.sh b/tpromptuser.sh index 2f95b52..614b7b5 100755 --- a/tpromptuser.sh +++ b/tpromptuser.sh @@ -3,7 +3,7 @@ # Copyright (c) 2010-2012, TundraWare Inc, Des Plaines, IL USA # All Rights Reserved. # For Updates: http://www.tundraware.com/Software/tpromptuser -# $Id: tpromptuser.sh,v 1.112 2012/06/05 20:11:04 tundra Exp $ +# $Id: tpromptuser.sh,v 1.113 2012/06/06 02:26:15 tundra Exp $ ##### # You are hereby granted a non-exclusive license to do whatever you @@ -135,15 +135,17 @@ # PromptDefault Response (If user just hits Enter)Legal Answers (space separated) # Notes: # -# 1) An empty Prompt field means there will be no prompt displayed +# 1) An empty Prompt field means there will be no prompt displayed. # # 2) An empty Default Response field means that, if the user hits enter, -# the response is blank +# the response is blank. # -# 3) An empty Legal Answers field mean the routine will accept *any* input +# 3) An empty Legal Answers field mean the routine will accept *any* input. # # 4) It's up to you to make sure the Default Response is a legit answer. # It is NOT checked against the Legal Answers list. +# +# Answers are stored *back into the variable that contained the prompt info*. # Examples