From 5283d0912a783ccb97f3dd4086c1dcebd159716b Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 29 Jun 2017 15:35:14 -0700 Subject: [PATCH] Updated the DiskDump --forceBPB option --- disks/pcx86/dos/ibm/1.00/README.md | 4 ++-- modules/diskdump/lib/diskdump.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/disks/pcx86/dos/ibm/1.00/README.md b/disks/pcx86/dos/ibm/1.00/README.md index 43edb8f11..3a2f85890 100644 --- a/disks/pcx86/dos/ibm/1.00/README.md +++ b/disks/pcx86/dos/ibm/1.00/README.md @@ -18,8 +18,8 @@ machines: PC-DOS 1.00 ----------- -PC-DOS 1.00 was completed in August 1981 and announced at an IBM press conference on August 12, 1981, when IBM -introduced the original IBM PC (Model 5150). +PC-DOS 1.00 was completed in August 1981 and announced at an IBM press conference on August 12, 1981, +when IBM introduced the original IBM PC (Model 5150). To learn how to use PC-DOS 1.00, see the [Documentation](/pubs/pc/software/dos/PCDOS100/). diff --git a/modules/diskdump/lib/diskdump.js b/modules/diskdump/lib/diskdump.js index 2bca1a98f..f1f26d929 100644 --- a/modules/diskdump/lib/diskdump.js +++ b/modules/diskdump/lib/diskdump.js @@ -343,7 +343,7 @@ function DiskDump(sDiskPath, asExclude, sFormat, fComments, sSize, sServerRoot, this.sJSONWhitespace = (this.fJSONComments? " " : ""); this.fXDFSupport = (argv && argv['xdf']); this.sLabel = (argv && argv['label']); - this.forceBPB = (argv && argv['forcebpb']); + this.forceBPB = (argv && argv['forceBPB']); /* * The dump operation itself doesn't care about sManifestFile, but we DO need some indication