X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/fa25023586cb94a1abf4fd3ff95ebe7c3c8ead09..f9f05d0ffbf5a6972c528fff044b5e107a856262:/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 }