From: Carl Worth Date: Thu, 22 Oct 2009 22:43:13 +0000 (-0700) Subject: Fix copy-paste bug in usage string. X-Git-Url: https://git.cworth.org/git?p=svg2png;a=commitdiff_plain;h=a09ed6a676acb04d268b5a35a6dd35ae1c044abd Fix copy-paste bug in usage string. Obviously this code started its life as svg2pdf, not svg2png. :-) --- 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 ();