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 Jul 28, 2019
1 parent 8b5a23e commit c87e3bf
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 @@ -130,6 +130,9 @@ int main(int argc,char **argv)
case 'x': /* extract files */
extract=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 @@ -592,6 +595,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 c87e3bf

Please sign in to comment.