summaryrefslogtreecommitdiff
path: root/development/dis6502/helpformat.diff
diff options
context:
space:
mode:
Diffstat (limited to 'development/dis6502/helpformat.diff')
-rw-r--r--development/dis6502/helpformat.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/dis6502/helpformat.diff b/development/dis6502/helpformat.diff
new file mode 100644
index 0000000000..bda1ffcecd
--- /dev/null
+++ b/development/dis6502/helpformat.diff
@@ -0,0 +1,12 @@
+diff -Naur dis6502-0.12.orig/initopts.c dis6502-0.12/initopts.c
+--- dis6502-0.12.orig/initopts.c 2004-01-17 18:25:29.000000000 -0500
++++ dis6502-0.12/initopts.c 2006-11-24 18:56:32.000000000 -0500
+@@ -30,7 +30,7 @@
+ " options: -a assembly output\n"
+ " -p <file> predefs\n"
+ " -v <address> alternate vector address\n"
+- " -7 mask character data to 7-bit",
++ " -7 mask character data to 7-bit\n",
+ progname);
+ exit (1);
+ }