]> git.cworth.org Git - svg2png/commitdiff
Fix copy-paste bug in usage string. master
authorCarl Worth <cworth@cworth.org>
Thu, 22 Oct 2009 22:43:13 +0000 (15:43 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 22 Oct 2009 22:43:13 +0000 (15:43 -0700)
Obviously this code started its life as svg2pdf, not svg2png. :-)

svg2png.c

index abb0ea03b39789bc134e272abc835d934eecd40c..ba35c8fce2bad1a28c73dd58f6471a9db5181b41 100644 (file)
--- 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 ();