Corrected announcement with dev=help about stdio: "Open via UNIX device"

This commit is contained in:
Thomas Schmitt 2007-09-27 09:32:13 +00:00
parent 06ec817caa
commit ec763a5ec9
2 changed files with 2 additions and 2 deletions

View File

@ -2419,7 +2419,7 @@ set_dev:;
fprintf(stderr,"Target specifier:\tpath\n");
fprintf(stderr,"Target example:\t\tstdio:/tmp/pseudo_drive\n");
fprintf(stderr,"SCSI Bus scanning:\tnot supported\n");
fprintf(stderr,"Open via UNIX device:\tsupported\n");
fprintf(stderr,"Open via UNIX device:\tnot supported\n");
} else {
if(Cdrpreskin__allows_emulated_drives("",reason,0)>0)
printf("\ncdrskin: NOTE : Option --allow_emulated_drives would allow dev=stdio:<path>\n");

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.09.27.083351"
#define Cdrskin_timestamP "2007.09.27.093129"