Skip to content

Commit 43aad20

Browse files
author
Rickard Lundin
committed
fix parquet default
1 parent b81878e commit 43aad20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pub struct Cli {
9292
long = "target",
9393
value_name = "TARGET-ENCODING",
9494
action = ArgAction::Set,
95-
default_value = "Parquet",
95+
default_value = "parquet",
9696
)]
9797
target: Targets,
9898

0 commit comments

Comments
 (0)