File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -199,13 +199,13 @@ impl Cli {
199
199
. help ( "Turns off bold formatting." ) ,
200
200
)
201
201
. arg (
202
- Arg :: with_name ( "no-color- palette" )
203
- . long ( "no-color- palette" )
202
+ Arg :: with_name ( "no-palette" )
203
+ . long ( "no-palette" )
204
204
. help ( "Hides the color palette." ) ,
205
205
)
206
206
. arg (
207
- Arg :: with_name ( "no-merge-commits " )
208
- . long ( "no-merge-commits " )
207
+ Arg :: with_name ( "no-merges " )
208
+ . long ( "no-merges " )
209
209
. help ( "Ignores merge commits." ) ,
210
210
)
211
211
. arg (
@@ -262,8 +262,8 @@ impl Cli {
262
262
_ => unreachable ! ( ) ,
263
263
} ;
264
264
let no_bold = matches. is_present ( "no-bold" ) ;
265
- let no_merges = matches. is_present ( "no-merge-commits " ) ;
266
- let no_color_palette = matches. is_present ( "no-color- palette" ) ;
265
+ let no_merges = matches. is_present ( "no-merges " ) ;
266
+ let no_color_palette = matches. is_present ( "no-palette" ) ;
267
267
let print_languages = matches. is_present ( "languages" ) ;
268
268
let print_package_managers = matches. is_present ( "package-managers" ) ;
269
269
let iso_time = matches. is_present ( "isotime" ) ;
You can’t perform that action at this time.
0 commit comments