reordered bash completion entries in alphabetical order. removed duplicate --zlabel

This commit is contained in:
Dima Kogan 2013-09-20 22:10:38 -07:00
parent c169330fca
commit c615c8d65e

View File

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