Skip to content

Commit

Permalink
fix dcm flag, command name
Browse files Browse the repository at this point in the history
  • Loading branch information
hogaco committed Aug 30, 2019
1 parent 63d165e commit 9fe4239
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cmd/wave/dcm/dcm_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ func DsmCreate(vcli *client.VirgilHttpClient) *cli.Command {
return &cli.Command{
Name: "create",
Aliases: []string{"c"},
ArgsUsage: "app_name",
Usage: "Create new dcm certificate",
Flags: []cli.Flag{
&cli.StringFlag{Name: "name", Usage: "dsm certificate name"},
Expand Down
2 changes: 1 addition & 1 deletion cmd/wave/device.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

func Device(client *client.VirgilHttpClient) *cli.Command {
return &cli.Command{
Name: "dcm",
Name: "devices",
Usage: "Manage your wave devices",
Subcommands: []*cli.Command{
device.DeviceList(client),
Expand Down

0 comments on commit 9fe4239

Please sign in to comment.