1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

42937: add -M and -m options

This commit is contained in:
Eitan Adler 2018-06-05 22:11:51 +00:00 committed by Oliver Kiddle
parent 09b6959aa5
commit 780f169eff
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2018-06-07 Oliver Kiddle <okiddle@yahoo.co.uk>
* 42937: Eitan Adler: Completion/BSD/Command/_powerd: add -M/-m
* 43943: Completion/Unix/Command/_samba: update with long options
2018-06-06 Peter Stephenson <p.stephenson@samsung.com>

View file

@ -6,6 +6,8 @@ _arguments -s \
"-a[mode to use while on AC power]:mode:($powerd_mode)" \
"-b[mode to use while on battery power]:mode:($powerd_mode)" \
'-i[CPU idle percent level when begin to degrade performance]:percent:' \
'-m[minimum frequency to throttle down to]:frequency (MHz)' \
'-M[maximum frequency to throttle up to]:frequency (MHz)' \
"-n[mode to use normally when the AC line state is unknown]:mode:($powerd_mode)" \
'-p[polling interval (in milliseconds) for AC line state and system idle levels]:interval:' \
'-P[alternative pidfile]:pidfile:_files' \