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