summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2009-10-22 15:43:13 -0700
committerCarl Worth <cworth@cworth.org>2009-10-22 15:43:13 -0700
commita09ed6a676acb04d268b5a35a6dd35ae1c044abd (patch)
tree34e3414e303fdce5baf1b8e1eeb24fb4dddddcdf
parent4c05a1f09003e7a082bb4731ddf68f364ecb9c70 (diff)
Fix copy-paste bug in usage string.HEADmaster
Obviously this code started its life as svg2pdf, not svg2png. :-)
-rw-r--r--svg2png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/svg2png.c b/svg2png.c
index abb0ea0..ba35c8f 100644
--- a/svg2png.c
+++ b/svg2png.c
@@ -52,7 +52,7 @@ int main (int argc, char *argv[])
cairo_status_t status;
if (argc != 3)
- FAIL ("usage: svg2pdf input_file.svg output_file.pdf");
+ FAIL ("usage: svg2png input_file.svg output_file.png");
g_type_init ();