diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-14 23:18:26 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-14 23:18:26 +0200 |
commit | 254221637ae824add64c74263ae14504c7934b2f (patch) | |
tree | 69fb1d1d479cf1f970132cd61640cefc21cb0849 /etc | |
parent | ebda3e141550eda98017ee0a39164127a0856914 (diff) |
etc/completions/_fbsetbg: oops^2, fixed another typo
Diffstat (limited to 'etc')
-rw-r--r-- | etc/completions/_fbsetbg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/completions/_fbsetbg b/etc/completions/_fbsetbg index 41287c7..bc1bfa6 100644 --- a/etc/completions/_fbsetbg +++ b/etc/completions/_fbsetbg @@ -14,7 +14,7 @@ arguments=( '-i[show wallpapersetter information]' '-l[set previous wallpaper]' '-p[show tips]' - -{f,F}'[set fullscreen wallpaper]]:file:_files' + -{f,F}'[set fullscreen wallpaper]:file:_files' -{c,C}'[set centered wallpaper]:file:_files' -{t,T}'[set tiled wallpaper]:file:_files' -{a,A}'[set maximized wallpaper]:file:_files' |