Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingweicb committed Aug 12, 2022
1 parent dccf2c4 commit aa77764
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,16 +268,16 @@ default values.`,

checkDataCmd.Flags().Int64Var(
&tableSize,
"table_size",
"table-size",
0,
`Table_size configures the TableSize for badger DB. If tableSize != 0, this will override the table_size from configuration file`,
`Table-size configures the TableSize for badger DB. If tableSize != 0, this will override the table_size from configuration file`,
)

checkDataCmd.Flags().BoolVar(
&allInMemory,
"all_in_memory",
"all-in-memory",
false,
"All_in_memory configures badger DB inMeomry option. This will override the all_in_memory_enabled to true from configuration file",
"All-in-memory configures badger DB inMeomry option. This will override the all_in_memory_enabled to true from configuration file",
)

rootCmd.AddCommand(checkDataCmd)
Expand Down

0 comments on commit aa77764

Please sign in to comment.