summaryrefslogtreecommitdiffstats
path: root/share/extensions
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2006-07-26 17:04:06 +0000
committerbryce <bryce@users.sourceforge.net>2006-07-26 17:04:06 +0000
commit2399e9ba9afc11c52ffe8375c1f03cc18b8daf7a (patch)
treec2e526683e9b2a9eb754aa7fb5c908f1738b46ae /share/extensions
parentRemoving extraneous file (diff)
downloadinkscape-2399e9ba9afc11c52ffe8375c1f03cc18b8daf7a.tar.gz
inkscape-2399e9ba9afc11c52ffe8375c1f03cc18b8daf7a.zip
usage
(bzr r1484)
Diffstat (limited to 'share/extensions')
-rwxr-xr-xshare/extensions/outline2svg.pl4
1 files changed, 3 insertions, 1 deletions
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 <presentation.outline> [ --master=template.svg ]
+#
use strict;
use Getopt::Long;
use Pod::Usage;