aboutsummaryrefslogtreecommitdiff
path: root/zsh/functions/graphviz.zsh
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-23 10:34:22 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-23 10:34:22 +0200
commit7fdbf6d86aa768799f715539065e1ebc31a16be2 (patch)
tree9165a358d3c0f0c80c0c91d281ce671d6ea3d652 /zsh/functions/graphviz.zsh
parent61396837deb12e031c13091c1f9e4bc20db6b185 (diff)
Add figlet sample
Diffstat (limited to 'zsh/functions/graphviz.zsh')
-rw-r--r--zsh/functions/graphviz.zsh2
1 files changed, 1 insertions, 1 deletions
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 <path_to_file>'
+ echo 'Usage: neat-to-png <path_to_file>'
fi
}