class TrustyCms::Extension::Script::Help

def help

def help
  $stdout.puts %{Usage:   script/extension command [arguments]
ble commands:
command_names}
lp on an individual command:
ript/extension help command
y install extensions from another registry by setting the REGISTRY_URL
ault the REGISTRY_URL is set to http://ext.radiantcms.org
or the registry application may be found at:
/github.com/radiant/radiant-extension-registry/
    }
end