From 7fdbf6d86aa768799f715539065e1ebc31a16be2 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 23 Sep 2020 10:34:22 +0200 Subject: Add figlet sample --- zsh/functions/graphviz.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/functions/graphviz.zsh') diff --git a/zsh/functions/graphviz.zsh b/zsh/functions/graphviz.zsh index d7b4e12..f62f9b2 100644 --- a/zsh/functions/graphviz.zsh +++ b/zsh/functions/graphviz.zsh @@ -11,7 +11,7 @@ neat-to-png () { if [[ -n "${1+x}" ]]; then neato -Tpng $1 -o ${1%.*}.png else - echo 'Usage: dot-to-png ' + echo 'Usage: neat-to-png ' fi } -- cgit