]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - zsh/functions/graphviz.zsh
Update yum to dnf
[rbdr/dotfiles] / zsh / functions / graphviz.zsh
index d7b4e1283a4873804962f2fcf6563543240216a6..f62f9b25fcb6db9d661df854a9b7f85bc1883e31 100644 (file)
@@ -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
 }