Skip to content

Commit 363e036

Browse files
committed
chore: fix typo [skip ci]
1 parent e23f00f commit 363e036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func Execute() {
2424
}
2525

2626
func init() {
27-
RootCmd.PersistentFlags().StringVar(&flags.DataDir, "data", "data", "config file")
27+
RootCmd.PersistentFlags().StringVar(&flags.DataDir, "data", "data", "data folder")
2828
RootCmd.PersistentFlags().BoolVar(&flags.Debug, "debug", false, "start with debug mode")
2929
RootCmd.PersistentFlags().BoolVar(&flags.NoPrefix, "no-prefix", false, "disable env prefix")
3030
RootCmd.PersistentFlags().BoolVar(&flags.Dev, "dev", false, "start with dev mode")

0 commit comments

Comments
 (0)