[feedgnuplot] 15/42: reordered bash completion entries in alphabetical order. removed duplicate --zlabel

Dima Kogan dkogan-guest at alioth.debian.org
Sun Oct 20 08:04:04 UTC 2013


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to tag v1.25
in repository feedgnuplot.

commit c615c8d65e8c7e26476f0e73dbaed29d01522e35
Author: Dima Kogan <dima at secretsauce.net>
Date:   Fri Sep 20 22:10:38 2013 -0700

    reordered bash completion entries in alphabetical order. removed duplicate --zlabel
---
 completions/bash/feedgnuplot |   85 +++++++++++++++++++++---------------------
 1 file changed, 42 insertions(+), 43 deletions(-)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feedgnuplot.git



More information about the debian-science-commits mailing list