aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/nice.fish
blob: 2f7bfda98bb797fe6f0a6e62fcd99578d990a3bf (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"