Skip to content

Commit

Permalink
Merge #2891
Browse files Browse the repository at this point in the history
2891: refactor: Use USAGE_CODE constant r=pksunkara a=epage



Co-authored-by: Ed Page <[email protected]>
  • Loading branch information
bors[bot] and epage authored Oct 16, 2021
2 parents b835ce9 + d3c8577 commit 219d59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ impl<'help> App<'help> {

drop(self);
drop(e);
safe_exit(2);
safe_exit(USAGE_CODE);
}

drop(self);
Expand Down

0 comments on commit 219d59a

Please sign in to comment.