Ability to create and install packages of simple themes.

--HG--
branch : dev
This commit is contained in:
Dave Reed
2010-10-04 14:52:46 -07:00
parent ce208c44f2
commit 14101b1843
6 changed files with 90 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ namespace Orchard.Packaging.Commands {
}
[CommandHelp("package install <filename>\r\n\t" + "Install a module from a package <filename>.")]
[CommandName("package install ")]
[CommandName("package install")]
public void InstallPackage(string filename) {
if (!File.Exists(filename)) {
Context.Output.WriteLine(T("File \"{0}\" does not exist.", filename));