From 870b8f2057e758a8860e6767906a2c2c31d98175 Mon Sep 17 00:00:00 2001 From: Gareth Edwards Date: Mon, 19 Mar 2012 22:28:51 +0000 Subject: [PATCH] gschem: update usage with bug-filing address Change the bug filing address from email to the launchpad site. Also update the website address for the gEDA project. Closes-bug: lp-926456 --- gschem/src/parsecmd.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gschem/src/parsecmd.c b/gschem/src/parsecmd.c index 074e41c..ed971ff 100644 --- a/gschem/src/parsecmd.c +++ b/gschem/src/parsecmd.c @@ -1,7 +1,7 @@ /* gEDA - GPL Electronic Design Automation * gschem - gEDA Schematic Capture - * Copyright (C) 1998-2010 Ales Hvezda - * Copyright (C) 1998-2010 gEDA Contributors (see ChangeLog for details) + * Copyright (C) 1998-2012 Ales Hvezda + * Copyright (C) 1998-2012 gEDA Contributors (see ChangeLog for details) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -98,8 +98,8 @@ usage(char *cmd) " -h, --help Help; this message.\n" " -- Treat all remaining arguments as filenames.\n" "\n" -"Report bugs to \n" -"gEDA/gaf homepage: \n"), +"Report bugs at \n" +"gEDA/gaf homepage: \n"), cmd); exit(0); } -- 1.7.5.4