]> granicus.if.org Git - graphviz/commitdiff
Add option -? for usage to non-Windows version of dotty
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Sun, 20 Sep 2020 19:50:06 +0000 (21:50 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Fri, 2 Oct 2020 12:47:15 +0000 (14:47 +0200)
cmd/dotty/dotty.sh

index b3789567df7d5bdab2de22240f6e0ce552652822..86ed4c8b5c76aad47ed7eed56be4579875bea13a 100755 (executable)
@@ -45,6 +45,10 @@ while [ "x$1" != 'x' ]; do
         FILES=`echo $FILES \"$1\"`
         shift
         ;;
+    -\?)
+        $usage
+        exit 0
+        ;;
     -*)
         $usage
         exit 1