summaryrefslogtreecommitdiff
path: root/completions/rrdtool
diff options
context:
space:
mode:
Diffstat (limited to 'completions/rrdtool')
-rw-r--r--completions/rrdtool4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/rrdtool b/completions/rrdtool
index 705be0d0..c8214a49 100644
--- a/completions/rrdtool
+++ b/completions/rrdtool
@@ -6,8 +6,8 @@ _rrdtool ()
_init_completion || return
if [[ ${#words[@]} -eq 2 ]]; then
- COMPREPLY=( $( compgen -W 'create update updatev graph dump restore
- last lastupdate first info fetch tune resize xport' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W 'create update updatev graph dump restore
+ last lastupdate first info fetch tune resize xport' -- "$cur") )
else
_filedir rrd
fi