correct option for bc completion

This commit is contained in:
Maciej Ostaszewski 2016-12-03 22:48:37 +01:00 committed by Fabian Homborg
parent 8324893565
commit 4288db9d39

View File

@ -1,7 +1,7 @@
# Completions for the binary calculator
complete -c bc -s i -l interactive --description "Force interactive mode"
complete -c bc -s l -l math-lib --description "Define math library"
complete -c bc -s l -l mathlib --description "Define math library"
complete -c bc -s w -l warn --description "Give warnings for extensions to POSIX bc"
complete -c bc -s s -l standard --description "Process exactly POSIX bc"
complete -c bc -s q -l quiet --description "Do not print the GNU welcome"