Browse Source

Update NewCommand.cs

pull/1564/head
Halil İbrahim Kalkan 7 years ago
parent
commit
41bee41231
  1. 1
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/NewCommand.cs

1
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/NewCommand.cs

@ -123,7 +123,6 @@ namespace Volo.Abp.Cli.Commands
sb.AppendLine("-v|--version <version> (default: latest version)");
sb.AppendLine("--tiered (if supported by the template)");
sb.AppendLine("--no-ui (if supported by the template)");
sb.AppendLine("--no-ui (if supported by the template)");
sb.AppendLine("--separate-identity-server (if supported by the template)");
sb.AppendLine("");
sb.AppendLine("Examples:");

Loading…
Cancel
Save