mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
8f121dce9c
darcs-hash:20051230162835-ac50b-28220c8ef0c4f22dd1c8825c7a1151fe92ba421c.gz
5 lines
278 B
Fish
5 lines
278 B
Fish
|
||
complete -c renice -s p -d "Force following parameters to be process ID’s (The default)"
|
||
complete -c renice -s g -d "Force following parameters to be interpreted as process group ID’s"
|
||
complete -c renice -s u -d "Force following parameters to be interpreted as user names"
|