Skip to content

Commit

Permalink
Merge "peer network login usage message is wrong"
Browse files Browse the repository at this point in the history
  • Loading branch information
christo4ferris authored and Gerrit Code Review committed Sep 7, 2016
2 parents 1e2212e + a9dcade commit af6d3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peer/network/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func loginCmd() *cobra.Command {
}

var networkLoginCmd = &cobra.Command{
Use: "login",
Use: "login <username>",
Short: "Logs in user to CLI.",
Long: `Logs in the local user to CLI. Must supply username as a parameter.`,
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit af6d3e8

Please sign in to comment.