mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-08-24 01:19:35 +08:00
Fix spelling
--HG-- branch : dev
This commit is contained in:
parent
5a7724e2e1
commit
445dc41e36
@ -52,7 +52,7 @@ namespace Orchard.Data.Migration.Commands {
|
||||
}
|
||||
|
||||
[CommandName("create tables")]
|
||||
[CommandHelp("create tables <feature-name> [/Drop:true|false] \r\n\t" + "Creates the database tables for the <feature-name> and optionaly drops them before if specified")]
|
||||
[CommandHelp("create tables <feature-name> [/Drop:true|false] \r\n\t" + "Creates the database tables for the <feature-name> and optionally drops them before if specified")]
|
||||
[OrchardSwitches("Drop")]
|
||||
public string CreateTables(string featureName) {
|
||||
var stringInterpreter = new StringCommandInterpreter(Context.Output);
|
||||
|
Loading…
Reference in New Issue
Block a user