Browse Source

remove name word

pull/1746/head
Alper Ebicoglu 7 years ago
parent
commit
be4026ee50
  1. 2
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/LoginCommand.cs

2
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/LoginCommand.cs

@ -38,7 +38,7 @@ namespace Volo.Abp.Cli.Commands
if (password.IsNullOrWhiteSpace())
{
throw new CliUsageException(
"Password name is missing!" +
"Password is missing!" +
Environment.NewLine + Environment.NewLine +
GetUsageInfo()
);

Loading…
Cancel
Save