~ruvolof/cvmfs-test/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
####################
# This help file contains all help entry that are not related
# to any of the plugin. The will be displayed everytime help command
# is invoked. Plugin related help must be inside plugin folder.
####################

Short:Usage: command <options>
Short:
Short:Shell and daemon commands:
Short:  help (h)	Print this help and exit.
Short:  exit (q)	Exit from the shell.
Short:  jobs		Show info about running processes.
Short:  kill PIDLIST	Send TERM signal to PIDLIST. PIDLIST must be a space
Short:		separated list of PID.
Short:  killall	Kill all child process.
Short:  fixperm	Fix permission for files and directories.
Short:  restart	Restart the daemon.
Short:  setup		Setup the environment for the daemon.
Short:  start		Start the daemon.
Short:  status	Check whether the daemon is running.
Short:  stop		Stop the daemon.
Short: