diff options
Diffstat (limited to 'clean/.bash_completion.d/clm')
-rw-r--r-- | clean/.bash_completion.d/clm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clean/.bash_completion.d/clm b/clean/.bash_completion.d/clm index 85b77af..9eb873d 100644 --- a/clean/.bash_completion.d/clm +++ b/clean/.bash_completion.d/clm @@ -5,7 +5,7 @@ _clm() cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}" - opts="-I -IL -P -w -nw -d -nd -sa -nsa -mv -ms -O -PO -S -PS -ABC -PABC -c -lt -nlt -lat -nlat -lset -ci -nci -ou -nou -fusion -nfusion -pt -npt -desc -exl -tst -funcmayfail -ns -no-opt-link -l -sl -e -E -aC -h -s -b -sc -t -nt -gc -ngc -st -nst -nr -gcm -gcc -gcf -gci -optabc -bytecode" + opts="-I -IL -P -w -nw -d -nd -sa -nsa -mv -ms -O -PO -S -PS -ABC -PABC -c -lt -nlt -lat -nlat -lset -ci -nci -ou -nou -fusion -nfusion -pt -npt -desc -exl -tst -funcmayfail -varnotused -funcnotused -nowarn -ns -no-opt-link -l -sl -e -E -aC -h -s -b -sc -t -nt -gc -ngc -st -nst -nr -gcm -gcc -gcf -gci -dynamics -nortsopts -p -pic -optabc -bytecode" case $prev in "-IL") |