Skip to content

Commit

Permalink
fix(dbg): Fix --help for debug tool
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 19, 2018
1 parent 9601e30 commit 45c5d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/liquid-dbg/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fn run() -> Result<()> {
.author(crate_authors!())
.arg(option("input", "LIQUID").required(true))
.arg(option("output", "TXT"))
.arg(option("context", "TOML"))
.arg(option("context", "YAML"))
.arg(option("include-root", "PATH"))
.get_matches_safe()?;

Expand Down

0 comments on commit 45c5d39

Please sign in to comment.