From 0dc0cdae77b2000052ddffc7eb95a646fa8fc6c8 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Wed, 18 Aug 2010 16:59:31 +0200 Subject: clarify default options for libui_sh_init --- libui.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'libui.sh') 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 () { -- cgit v1.2.2