Skip to content

Commit

Permalink
addCmd -> nameCmd
Browse files Browse the repository at this point in the history
Thanks to @cryptix
  • Loading branch information
jbenet committed Oct 14, 2014
1 parent 7366b7f commit cd43433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ipfs/name.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Resolve te value of another name:
QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy
`,
Run: addCmd,
Run: nameCmd,
Flag: *flag.NewFlagSet("ipfs-name", flag.ExitOnError),
Subcommands: []*commander.Command{
cmdIpfsPub,
Expand Down

0 comments on commit cd43433

Please sign in to comment.