From: bryce Date: Wed, 26 Jul 2006 17:04:06 +0000 (+0000) Subject: usage X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a61f2302e668485830ba55e016dd8e8a5337a9ea;p=inkscape.git usage --- diff --git a/share/extensions/outline2svg.pl b/share/extensions/outline2svg.pl index 6ad65071a..1c1daf0c3 100755 --- a/share/extensions/outline2svg.pl +++ b/share/extensions/outline2svg.pl @@ -3,7 +3,9 @@ # This is a script to render a plain text outline file into SVG. # # Copyright (C) 2006 Bryce Harrington. Available for use under the GPL. - +# +# Usage: outline2svg.pl [ --master=template.svg ] +# use strict; use Getopt::Long; use Pod::Usage;