Skip to content

Commit

Permalink
fix example build error
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Feb 22, 2022
1 parent 0e28f25 commit 58b8fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_shadow/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ shadow!(build);

fn main() {
Command::new("example_shadow")
.version(build::clap_version().as_str())
.version(build::clap_long_version().as_str())
.get_matches(); //USAGE: ./example_shadow -V

// shadow-rs built in function
Expand Down

0 comments on commit 58b8fbd

Please sign in to comment.