2891: refactor: Use USAGE_CODE constant r=pksunkara a=epage



Co-authored-by: Ed Page <eopage@gmail.com>
This commit is contained in:
bors[bot] 2021-10-16 01:40:15 +00:00 committed by GitHub
commit 219d59a57a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2065,7 +2065,7 @@ impl<'help> App<'help> {
drop(self);
drop(e);
safe_exit(2);
safe_exit(USAGE_CODE);
}
drop(self);