summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-03-05 21:07:00 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2010-03-05 21:07:00 +0100
commit528ebe9f23bb78ed20f4a87ec2d5c92c12fe16fa (patch)
tree379e7ede1c48eaadc8f2b7650ccb951a5cf12904
parentec4ea774231668bf5a78afb8b6ec2cc94b75e1c6 (diff)
fix ask_string api doc
-rw-r--r--src/core/libs/lib-ui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-ui.sh b/src/core/libs/lib-ui.sh
index 5a8140f..0f04fcb 100644
--- a/src/core/libs/lib-ui.sh
+++ b/src/core/libs/lib-ui.sh
@@ -249,7 +249,7 @@ ask_password ()
# $1 question
# $2 default (optional)
# $3 exitcode to use when string is empty and there was no default, or default was ignored (1 default)
-# echo's the string the user gave.
+# Sets $ANSWER_STRING to response.
# returns 1 if the user cancelled, 0 otherwise
ask_string ()
{