Updated the DiskDump --forceBPB option

This commit is contained in:
Jeff Parsons 2017-06-29 15:35:14 -07:00 committed by Jeff Parsons
commit 5283d0912a
2 changed files with 3 additions and 3 deletions

View file

@ -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