Skip to content

Commit

Permalink
Command line switch for E-11 tape image format.
Browse files Browse the repository at this point in the history
This format is used by the ToTS archive.
  • Loading branch information
larsbrinkhoff committed Sep 17, 2019
1 parent 2272386 commit b156762
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions itstar.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ int main(int argc,char **argv)
case 'B': /* Big endian record lenght */
big_endian=1;
break;
case 'E': /* E-11 tape image format */
simh=0;
break;
default:
fprintf(stderr,"?Invalid option: %c\n",
*(p-1));
Expand Down Expand Up @@ -601,6 +604,7 @@ switches:\n\
-f - use STDIN/STDOUT for image file\n\
-f HOST:DEV use \"rmt\" remote tape server\n\
-v verify (display) names of all files accessed\n\
-E use E-11 tape image format\n\
\n");

/* need some way to differentiate rmt protocol from my own weird one,
Expand Down

0 comments on commit b156762

Please sign in to comment.