mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
fix flag name use
This commit is contained in:
parent
0411a8278f
commit
428bc74023
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ fn args() -> Result<Args> {
|
|||
language: matches.opt_str("lang"),
|
||||
silent: matches.opt_present("s"),
|
||||
serve_secret: matches.opt_present("serve-secret"),
|
||||
log_ips: matches.opt_present("ip"),
|
||||
log_ips: matches.opt_present("log-ip"),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue