]> granicus.if.org Git - graphviz/commitdiff
Remove '"' from usage text in non-Windows version of dotty
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Thu, 24 Sep 2020 16:17:57 +0000 (18:17 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Fri, 2 Oct 2020 12:47:15 +0000 (14:47 +0200)
Removed both from dotty.bsh and dotty.sh which is the one that is
released as dotty.

cmd/dotty/dotty.bsh
cmd/dotty/dotty.sh

index f45da3a17c0eb7a951dbe4133527340e09ce24db..55a13f317ab06e721572fd366e966fb32e0d49ef 100755 (executable)
@@ -4,7 +4,7 @@ FILES=""
 MLEVEL="0"
 LMODE="async"
 
-usage='echo "usage: dotty [-V] [-lm (sync|async)] [-el (0|1)] <filename>"'
+usage='echo usage: dotty [-V] [-lm (sync|async)] [-el (0|1)] <filename>'
 
 if [ "x$DOTTYOPTIONS" != "x" ]; then
     set -- $DOTTYOPTIONS $*
index 86ed4c8b5c76aad47ed7eed56be4579875bea13a..6e334bcfb1d2f7cb0dc5827cef9c921c69359dce 100755 (executable)
@@ -5,7 +5,7 @@ MLEVEL="0"
 LMODE="async"
 FLAGS=
 
-usage='echo "usage: dotty [-V] [-lm (sync|async)] [-el (0|1)] <filename>"'
+usage='echo usage: dotty [-V] [-lm (sync|async)] [-el (0|1)] <filename>'
 
 if [ "x$DOTTYOPTIONS" != "x" ]; then
     set -- $DOTTYOPTIONS $*