mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 02:27:28 +08:00
c2f6c6c1d2
darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
6 lines
216 B
Fish
6 lines
216 B
Fish
|
|
complete -c nice -s n -l adjustment -r -d (N_ "Increment priority by specified number first")
|
|
complete -c nice -l help -d (N_ "Display help and exit")
|
|
complete -c nice -l version -d (N_ "Display version and exit")
|
|
|