--- mcore-src/trunk/mcore-tools/daemon/include/daemon.global.class 2011/02/17 21:21:02 1349 +++ mcore-src/trunk/mcore-tools/daemon/include/daemon.global.class 2011/02/17 21:42:57 1350 @@ -58,15 +58,15 @@ topics=$(typeset -f | grep '^help_' | sed 's:help_\(.*\)\ .*():\1:' | sed 's:_:\.:' | sort) mecho "Global commands:" - mecho "\timport - import settings to database" - mecho "\tget - shows current value for a settings" - mecho "\tset - sets value for a setting" - mecho "\tauth - authenticate to the daemon" - mecho "\tprovide - shows provides of a system" - mecho "\trequire - verify plugin requirements" + mecho "\timport - import settings to database" + mecho "\tget - shows current value for a settings" + mecho "\tset - sets value for a setting" + mecho "\tauth - authenticate to the daemon" + mecho "\tprovide - shows provides of a system" + mecho "\trequire - verify plugin requirements" mecho "\tnocolors - disable colors, useful for the webclient" - mecho "\thelp - shows help" - mecho "\tquit - quits the connection to the server" + mecho "\thelp - shows help" + mecho "\tquit - quits the connection to the server" mecho mecho "Help topics:" for i in ${topics}