X-Git-Url: https://git.gag.com/?p=debian%2Fas31;a=blobdiff_plain;f=debian%2Fpatches%2Fhelptext;fp=debian%2Fpatches%2Fhelptext;h=df384e3d9163f5b62037a990e9763e1a8d9a6949;hp=0000000000000000000000000000000000000000;hb=e5c1965a263c7395ce60b22277f14f869a22e806;hpb=19d158bf6f811cfe9927f05008c44e8ed75b17db diff --git a/debian/patches/helptext b/debian/patches/helptext new file mode 100644 index 0000000..df384e3 --- /dev/null +++ b/debian/patches/helptext @@ -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);