aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/nice.fish
blob: e7b67035d17e6ca5e41f2df5cd63ae2419c3699f (plain)
1
2
3
4
5

complete -c nice -s n -l adjustment -r -d (_ "Increment priority by specified number first")
complete -c nice -l help -d (_ "Display help and exit")
complete -c nice -l version -d (_ "Display version and exit")