From a09ed6a676acb04d268b5a35a6dd35ae1c044abd Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 22 Oct 2009 15:43:13 -0700 Subject: [PATCH] Fix copy-paste bug in usage string. Obviously this code started its life as svg2pdf, not svg2png. :-) --- svg2png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); -- 2.43.0