diff --git a/ttnctl/cmd/applications_register.go b/ttnctl/cmd/applications_register.go index bb5c9d2b0..5864c8441 100644 --- a/ttnctl/cmd/applications_register.go +++ b/ttnctl/cmd/applications_register.go @@ -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...