6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# File 'lib/redmine/commands/help.rb', line 6
def execute
puts " Usage:\n redmine [options] <command>\n\n Where OPTIONS:\n -p --privileged - Run in privileged mode (required for occupying ports below 1024)\n\n Where COMMANDS:\n start - run redmine\n list - inspect list of running instances\n show - print information about specific instance\n shell - get shell into specific instance\n install_plugins <config> <destination folder> - for internal use\n logs - start tailing logs\n HELP\nend\n"
|