Skip to content

Commit

Permalink
updated usage (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
danbryan authored and agouin committed May 16, 2023
1 parent 69a88ab commit b3b675a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/horcrux/cmd/shards.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func addShardFlags(cmd *cobra.Command) {
// cosigner shards from a full priv validator key.
func createCosignerEd25519ShardsCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "create-ed25519-shards chain-id priv-validator-key-file threshold shards",
Use: "create-ed25519-shards",
Args: cobra.NoArgs,
Short: "Create cosigner Ed25519 shards",
RunE: func(cmd *cobra.Command, args []string) (err error) {
Expand Down

0 comments on commit b3b675a

Please sign in to comment.