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 \
' \
--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 \
--binwidth \
--circles \
--colormap \
--curvestyle \
--curvestyleall \
--dataid \
--domain \
--dump \
--extraValuesPerPoint \
--extracmds \
--square \
--square_xy \
--geometry \
--hardcopy \
--histogram \
--histstyle \
--legend \
--lines \
--maxcurves \
--monotonic \
--extraValuesPerPoint \
--dump \
--geometry \
--curvestyle \
--histogram \
--binwidth \
--histstyle \
--points \
--square \
--square_xy \
--stream \
--terminal \
--legend' feedgnuplot
--title \
--xlabel \
--xlen \
--xmax \
--xmin \
--y2 \
--y2label \
--y2max \
--y2min \
--ylabel \
--ymax \
--ymin \
--zlabel \
--zmax \
--zmin' feedgnuplot