summaryrefslogtreecommitdiff
path: root/completions/lilo
diff options
context:
space:
mode:
Diffstat (limited to 'completions/lilo')
-rw-r--r--completions/lilo8
1 files changed, 4 insertions, 4 deletions
diff --git a/completions/lilo b/completions/lilo
index f81f049a..3073183c 100644
--- a/completions/lilo
+++ b/completions/lilo
@@ -33,16 +33,16 @@ _lilo()
;;
-T)
# topic completion
- COMPREPLY=( $( compgen -W 'help ChRul EBDA geom geom= \
- table= video' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W 'help ChRul EBDA geom geom= table=
+ video' -- "$cur" ) )
return 0
;;
esac
if [[ "$cur" == -* ]]; then
# relevant options completion
- COMPREPLY=( $( compgen -W '-A -b -c -C -d -f -g -i -I -l -L -m \
- -M -p -P -q -r -R -s -S -t -T -u -U -v -V -w -x -z' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W '-A -b -c -C -d -f -g -i -I -l -L -m -M -p -P
+ -q -r -R -s -S -t -T -u -U -v -V -w -x -z' -- "$cur" ) )
fi
} &&
complete -F _lilo lilo