Skip to content

Commit

Permalink
fix(cli): correct planet key derive description typo
Browse files Browse the repository at this point in the history
Co-Authored-By: Hong.Minhee <[email protected]>
  • Loading branch information
moreal and dahlia committed Apr 27, 2021
1 parent 97e0a8f commit 9b71469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libplanet.Extensions.Cocona/Commands/KeyCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Libplanet.Extensions.Cocona.Commands
using Libplanet.Extensions.Cocona.Commands.Key;
using Libplanet.KeyStore;

[HasSubCommands(typeof(DerivationCommand), "derive", Description = "Derive address or public key from private key.")]
[HasSubCommands(typeof(DerivationCommand), "derive", Description = "Derive the address or public key from private key.")]
public class KeyCommand
{
public KeyCommand()
Expand Down

0 comments on commit 9b71469

Please sign in to comment.