Skip to content

Commit

Permalink
Updated documentation comments for --raw option
Browse files Browse the repository at this point in the history
  • Loading branch information
AK6DN committed Mar 23, 2024
1 parent 67c2125 commit 3033c45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
If run with no options, it prints a usage screen:

```
obj2bin.pl v2.1 by Don North (perl 5.03)
obj2bin.pl v2.3 by Don North (perl 5.036)
Usage: ./obj2bin.pl [options...] arguments
--help output manpage and exit
--debug enable debug mode
--verbose verbose status reporting
--boot M9312 boot prom .hex
--console M9312 console/diagnostic prom .hex
--raw raw binary data output
--binary binary program load image .bin [default]
--raw raw binary data output
--ascii ascii m9312 program load image .txt
--rt11 read .obj files in RT11 format
--rsx11 read .obj files in RSX11 format [default]
Expand Down
11 changes: 6 additions & 5 deletions obj2bin.pl
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ =head1 SYNOPSIS
S<[--verbose]>
S<[--boot]>
S<[--console]>
S<[--raw]>
S<[--binary]>
S<[--raw]>
S<[--ascii]>
S<[--rt11]>
S<[--rsx11]>
Expand Down Expand Up @@ -102,10 +102,6 @@ =head1 OPTIONS
a program via a terminal emulator thru the M9312 user command interface.
Suitable only for really small test programs.
=item B<--raw>
Generate raw format file.
=item B<--binary>
Generate binary format load records of the program image (paper
Expand All @@ -116,6 +112,10 @@ =head1 OPTIONS
Binary format is the default if no other option is specified.
If more than one option is specified the last one takes effect.
=item B<--raw>
Generate raw data format file.
=item B<--rt11>
Read input object files in RT-11 format.
Expand Down Expand Up @@ -294,6 +294,7 @@ =head1 HISTORY
--boot M9312 boot prom .hex
--console M9312 console/diagnostic prom .hex
--binary binary program load image .bin [default]
--raw raw binary data output
--ascii ascii m9312 program load image .txt
--rt11 read .obj files in RT11 format
--rsx11 read .obj files in RSX11 format [default]
Expand Down

0 comments on commit 3033c45

Please sign in to comment.