Skip to content

Commit 2027b83

Browse files
committed
Compile fix
1 parent bb7d035 commit 2027b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ fn build_cli() -> App<'static, 'static> {
133133
'enumerate' will append a file sequence number after the filename passed with '-o' option whenever a new file is \
134134
created (see 'records-per-file' option). 'date' will prefix the output filename with the current local date \
135135
when a new file is created"))
136-
.arg(Arg::new("TERMINAL_FORMAT")
136+
.arg(Arg::with_name("TERMINAL_FORMAT")
137137
.long("terminal-format")
138138
.short("e")
139139
.takes_value(true)

0 commit comments

Comments
 (0)