summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;