fix upstream version, text displayed in help command
[debian/as31] / debian / patches / helptext
diff --git a/debian/patches/helptext b/debian/patches/helptext
new file mode 100644 (file)
index 0000000..df384e3
--- /dev/null
@@ -0,0 +1,12 @@
+diff --git a/as31/as31.c b/as31/as31.c
+index 8e5580c..f4e2515 100644
+--- a/as31/as31.c
++++ b/as31/as31.c
+@@ -77,7 +77,6 @@ int main(int argc, char **argv)
+ void showhelp(const char *cmd)
+ {
+       fprintf(stderr, "AS31 %s\n", VERSION);
+-      fprintf(stderr, "Please report problems to: paul@pjrc.com\n\n");
+       fprintf(stderr,
+               "Usage: %s [-h] [-l] [-s] [-v] [-Aarg] [-Ffmt] [-Ofile] file.asm\n\n",
+               cmd);