diff --git a/completions/bash/feedgnuplot b/completions/bash/feedgnuplot index b571d63..fd65ee5 100644 --- a/completions/bash/feedgnuplot +++ b/completions/bash/feedgnuplot @@ -1,43 +1,42 @@ -complete -W \ -' \ - --domain \ - --dataid \ - --3d \ - --colormap \ - --stream \ - --lines \ - --points \ - --circles \ - --xlabel \ - --ylabel \ - --y2label \ - --zlabel \ - --zlabel \ - --title \ - --autolegend \ - --xlen \ - --xmin \ - --xmax \ - --ymin \ - --ymax \ - --y2min \ - --y2max \ - --zmin \ - --zmax \ - --y2 \ - --curvestyleall \ - --extracmds \ - --square \ - --square_xy \ - --hardcopy \ - --maxcurves \ - --monotonic \ - --extraValuesPerPoint \ - --dump \ - --geometry \ - --curvestyle \ - --histogram \ - --binwidth \ - --histstyle \ - --terminal \ - --legend' feedgnuplot +complete -W \ +' \ + --3d \ + --autolegend \ + --binwidth \ + --circles \ + --colormap \ + --curvestyle \ + --curvestyleall \ + --dataid \ + --domain \ + --dump \ + --extraValuesPerPoint \ + --extracmds \ + --geometry \ + --hardcopy \ + --histogram \ + --histstyle \ + --legend \ + --lines \ + --maxcurves \ + --monotonic \ + --points \ + --square \ + --square_xy \ + --stream \ + --terminal \ + --title \ + --xlabel \ + --xlen \ + --xmax \ + --xmin \ + --y2 \ + --y2label \ + --y2max \ + --y2min \ + --ylabel \ + --ymax \ + --ymin \ + --zlabel \ + --zmax \ + --zmin' feedgnuplot