mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2026-01-03 15:20:09 +01:00
chore(main): fix flag mismatch
I fixed the flag mismatch for the no fancy option.
This commit is contained in:
parent
a9d1808f4c
commit
a26b35a4a1
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ int main(int argc, char** argv, char** envp) {
|
|||
static struct option long_options[] = {{"autocopy", no_argument, nullptr, 'a'},
|
||||
{"format", required_argument, nullptr, 'f'},
|
||||
{"help", no_argument, nullptr, 'h'},
|
||||
{"no-fancy", no_argument, nullptr, 'n'},
|
||||
{"notify", no_argument, nullptr, 'j'},
|
||||
{"no-fancy", no_argument, nullptr, 'b'},
|
||||
{"notify", no_argument, nullptr, 'n'},
|
||||
{"render-inactive", no_argument, nullptr, 'r'},
|
||||
{"no-zoom", no_argument, nullptr, 'z'},
|
||||
{"no-fractional", no_argument, nullptr, 't'},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue