mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 01:12:59 +08:00
5 lines
289 B
Fish
5 lines
289 B
Fish
|
|
complete -c renice -s p -d (N_ "Force following parameters to be process ID's (The default)")
|
|
complete -c renice -s g -d (N_ "Force following parameters to be interpreted as process group ID's")
|
|
complete -c renice -s u -d (N_ "Force following parameters to be interpreted as user names")
|