Skip to content

Commit

Permalink
Merge pull request #50 from DongzeHE/patch-1
Browse files Browse the repository at this point in the history
fix alevin-fry view -h
  • Loading branch information
rob-p committed May 2, 2022
2 parents 7c5dbb4 + bba893a commit 1698f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
.author(crate_authors)
.arg(arg!(-r --rad <RADFILE> "input RAD file"))
.arg(
arg!(-h --header "flag for printing header")
arg!(-H --header "flag for printing header")
.takes_value(false)
.required(false),
)
Expand Down

0 comments on commit 1698f5a

Please sign in to comment.