Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/daemon/include/daemon.global.class

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1349 by niro, Wed Feb 16 18:24:35 2011 UTC revision 1350 by niro, Thu Feb 17 21:42:57 2011 UTC
# Line 58  help_topics() Line 58  help_topics()
58    
59   topics=$(typeset -f | grep '^help_' | sed 's:help_\(.*\)\ .*():\1:' | sed 's:_:\.:' | sort)   topics=$(typeset -f | grep '^help_' | sed 's:help_\(.*\)\ .*():\1:' | sed 's:_:\.:' | sort)
60   mecho "Global commands:"   mecho "Global commands:"
61   mecho "\timport  - import settings to database"   mecho "\timport   - import settings to database"
62   mecho "\tget     - shows current value for a settings"   mecho "\tget      - shows current value for a settings"
63   mecho "\tset     - sets value for a setting"   mecho "\tset      - sets value for a setting"
64   mecho "\tauth    - authenticate to the daemon"   mecho "\tauth     - authenticate to the daemon"
65   mecho "\tprovide - shows provides of a system"   mecho "\tprovide  - shows provides of a system"
66   mecho "\trequire - verify plugin requirements"   mecho "\trequire  - verify plugin requirements"
67   mecho "\tnocolors - disable colors, useful for the webclient"   mecho "\tnocolors - disable colors, useful for the webclient"
68   mecho "\thelp    - shows help"   mecho "\thelp     - shows help"
69   mecho "\tquit    - quits the connection to the server"   mecho "\tquit     - quits the connection to the server"
70   mecho   mecho
71   mecho "Help topics:"   mecho "Help topics:"
72   for i in ${topics}   for i in ${topics}

Legend:
Removed from v.1349  
changed lines
  Added in v.1350