mirror of
https://github.com/Jguer/yay.git
synced 2025-10-05 00:08:30 -04:00
Added missing flag to timeupdate
This commit is contained in:
parent
144b483be3
commit
eea82fb8ee
4
yay.go
4
yay.go
@ -70,8 +70,10 @@ func parser() (op string, options []string, packages []string, changedConfig boo
|
||||
config.YayConf.Devel = true
|
||||
case "--nodevel":
|
||||
config.YayConf.Devel = false
|
||||
case "--timeupdates":
|
||||
case "--timeupdate":
|
||||
config.YayConf.TimeUpdate = true
|
||||
case "--notimeupdate":
|
||||
config.YayConf.TimeUpdate = false
|
||||
case "--topdown":
|
||||
config.YayConf.SortMode = config.TopDown
|
||||
case "--complete":
|
||||
|
Loading…
x
Reference in New Issue
Block a user