Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Fixed typo in command
Browse files Browse the repository at this point in the history
  • Loading branch information
johanstokking committed Feb 3, 2017
1 parent 86d14e0 commit 8e0a456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttnctl/cmd/applications_register.go
Expand Up @@ -12,7 +12,7 @@ import (
var applicationsRegisterCmd = &cobra.Command{
Use: "register",
Short: "Register this application with the handler",
Long: `ttnctl register can be used to register this application with the handler.`,
Long: `ttnctl applications register can be used to register this application with the handler.`,
Example: `$ ttnctl applications register
INFO Discovering Handler...
INFO Connecting with Handler...
Expand Down

0 comments on commit 8e0a456

Please sign in to comment.