Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
1. cmd/skywire-node/commands/root.go: corrected typo for default value
of '--tag'
  • Loading branch information
ayuryshev committed Apr 17, 2019
1 parent fa974fd commit c9233f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/skywire-node/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ var rootCmd = &cobra.Command{

func init() {
rootCmd.Flags().StringVarP(&syslogAddr, "syslog", "", "none", "syslog server address. E.g. localhost:514")
rootCmd.Flags().StringVarP(&tag, "tag", "", "route-finder", "logging tag")
rootCmd.Flags().StringVarP(&tag, "tag", "", "skywire", "logging tag")
}

// Execute executes root CLI command.
Expand Down

0 comments on commit c9233f0

Please sign in to comment.