summaryrefslogtreecommitdiff
path: root/libui.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-08-18 16:59:31 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2010-08-18 16:59:31 +0200
commit0dc0cdae77b2000052ddffc7eb95a646fa8fc6c8 (patch)
tree1cf41a31a16b78875ea549a17d45c5ed636e8944 /libui.sh
parenta9902d71f1bc72006d2ed2ee6422bfd001e12646 (diff)
clarify default options for libui_sh_init2010.08.19
Diffstat (limited to 'libui.sh')
-rw-r--r--libui.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/libui.sh b/libui.sh
index 11f6865..7c93e67 100644
--- a/libui.sh
+++ b/libui.sh
@@ -7,10 +7,11 @@
# you can call this function to change settings, before calling other libui functions or afterwards
# it must always be called at least once to set the right variables, but it gets automatically called once at the end of this file
-# $1 ui type (dia or cli). defaults to cli
-# $2 directory for tmp files. default /tmp (leave empty for default)
-# $3 logfile (or string of logfiles, separated by whitespace) (leave empty to disable logging)
-# $4 debug categories (leave empty to disable debugging) (an array of categories you will use in debug calls. useful when grepping logfiles)
+# Don't set the variable or leave it empty to set the default value
+# $1 ui type (dia or cli). default: cli
+# $2 directory for tmp files. default: /tmp
+# $3 logfile (or string of logfiles, separated by whitespace). default: no logging
+# $4 array of categories you will use in debug calls. (useful when grepping logfiles). default: no debugging
# this library uses the UI debug category internally, you don't need to specify it. we add it automatically
libui_sh_init ()
{