From ba0f2eee08eab91a098a9b5d72bdca78c737aa78 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Thu, 29 Mar 2018 13:57:07 -0700 Subject: [PATCH] completion knows about the fnormal distribution --- completions/zsh/_feedgnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/zsh/_feedgnuplot b/completions/zsh/_feedgnuplot index cfb5a12..3f57213 100644 --- a/completions/zsh/_feedgnuplot +++ b/completions/zsh/_feedgnuplot @@ -48,7 +48,7 @@ _arguments -S '*--style[Additional styles for a curve]:curve id: :style:' \ '(--3d)*--histogram:plot to treat as a histogram:' \ '--binwidth:Histogram bin width:' \ - '--histstyle:Style of histogram:(frequency unique cumulative cnormal)' \ + '--histstyle:Style of histogram:(frequency fnormal unique cumulative cnormal)' \ '--terminal:Terminal options to set with "set terminal":' \ '*--legend[Legend for a curve]:curve id: :legend:' \ '--exit[Exit gnuplot after making the plot]' \