mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +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…
Reference in a new issue