Skip to content

Commit

Permalink
Merge pull request #24 from gakkiyomi/master
Browse files Browse the repository at this point in the history
fix:拼写错误
  • Loading branch information
lanyulei authored Sep 1, 2020
2 parents d4ab989 + 81dce5b commit 04b226f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cobra.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var rootCmd = &cobra.Command{
},
PersistentPreRunE: func(*cobra.Command, []string) error { return nil },
Run: func(cmd *cobra.Command, args []string) {
usageStr := `欢迎使用 ferry,可以是用 -h 查看命令`
usageStr := `欢迎使用 ferry,可以使用 -h 查看命令`
logger.Infof("%s\n", usageStr)
},
}
Expand Down

0 comments on commit 04b226f

Please sign in to comment.