[feedgnuplot] 02/08: added --equation to the completions

Dima Kogan dima at secretsauce.net
Fri Jan 1 16:17:17 UTC 2016


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

dkogan-guest pushed a commit to branch debian
in repository feedgnuplot.

commit 960c43e758902388e927b5b94f1577de8d3510ad
Author: Dima Kogan <dima at secretsauce.net>
Date:   Fri Nov 13 11:23:15 2015 -0800

    added --equation to the completions
---
 completions/bash/feedgnuplot | 1 +
 completions/zsh/_feedgnuplot | 1 +
 2 files changed, 2 insertions(+)

diff --git a/completions/bash/feedgnuplot b/completions/bash/feedgnuplot
index 0bf6219..81460b1 100644
--- a/completions/bash/feedgnuplot
+++ b/completions/bash/feedgnuplot
@@ -20,6 +20,7 @@ complete -W               \
     --extracmds           \
     --set                 \
     --unset               \
+    --equation            \
     --geometry            \
     --hardcopy            \
     --help                \
diff --git a/completions/zsh/_feedgnuplot b/completions/zsh/_feedgnuplot
index c2e710a..f29c20f 100644
--- a/completions/zsh/_feedgnuplot
+++ b/completions/zsh/_feedgnuplot
@@ -32,6 +32,7 @@ _arguments -S
     '*--extracmds[Additional gnuplot commands]:command'                           \
     '*--set[Additional 'set' gnuplot commands]:set-option'                        \
     '*--unset[Additional 'unset' gnuplot commands]:unset-option'                  \
+    '*--equation[Raw symbolic equation]:equation'                                 \
     '--square[Plot data with square aspect ratio]'                                \
     '--square_xy[For 3D plots, set square aspect ratio for ONLY the x,y axes]'    \
     '--hardcopy[Plot to a file]:filename'                                         \

-- 
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