mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
refactor: fixes a typo in the app settings
This commit is contained in:
parent
7ade4ff6f5
commit
f1031dac13
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ bitflags! {
|
|||
const NEEDS_LONG_VERSION = 0b0001000000000,
|
||||
const NEEDS_SC_HELP = 0b0010000000000,
|
||||
const DISABLE_VERSION = 0b0100000000000,
|
||||
const HIDDEN = 0b0100000000000,
|
||||
const HIDDEN = 0b1000000000000,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue