From: Magnus Jacobsson Date: Thu, 24 Sep 2020 16:17:57 +0000 (+0200) Subject: Remove '"' from usage text in non-Windows version of dotty X-Git-Tag: 2.46.0~20^2^2~55^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e017ae0f54f00f22f9cab623210cd1369f696750;p=graphviz Remove '"' from usage text in non-Windows version of dotty Removed both from dotty.bsh and dotty.sh which is the one that is released as dotty. --- diff --git a/cmd/dotty/dotty.bsh b/cmd/dotty/dotty.bsh index f45da3a17..55a13f317 100755 --- a/cmd/dotty/dotty.bsh +++ b/cmd/dotty/dotty.bsh @@ -4,7 +4,7 @@ FILES="" MLEVEL="0" LMODE="async" -usage='echo "usage: dotty [-V] [-lm (sync|async)] [-el (0|1)] "' +usage='echo usage: dotty [-V] [-lm (sync|async)] [-el (0|1)] ' if [ "x$DOTTYOPTIONS" != "x" ]; then set -- $DOTTYOPTIONS $* diff --git a/cmd/dotty/dotty.sh b/cmd/dotty/dotty.sh index 86ed4c8b5..6e334bcfb 100755 --- a/cmd/dotty/dotty.sh +++ b/cmd/dotty/dotty.sh @@ -5,7 +5,7 @@ MLEVEL="0" LMODE="async" FLAGS= -usage='echo "usage: dotty [-V] [-lm (sync|async)] [-el (0|1)] "' +usage='echo usage: dotty [-V] [-lm (sync|async)] [-el (0|1)] ' if [ "x$DOTTYOPTIONS" != "x" ]; then set -- $DOTTYOPTIONS $*