Add completions for nice and renice commands

darcs-hash:20051230162835-ac50b-28220c8ef0c4f22dd1c8825c7a1151fe92ba421c.gz
This commit is contained in:
axel 2005-12-31 02:28:35 +10:00
parent 7eec1a6625
commit 8f121dce9c
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,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"

View file

@ -0,0 +1,4 @@
complete -c renice -s p -d "Force following parameters to be process IDs (The default)"
complete -c renice -s g -d "Force following parameters to be interpreted as process group IDs"
complete -c renice -s u -d "Force following parameters to be interpreted as user names"