Clean up help and avoid using backticks as quoting chars.
This commit is contained in:
+1
-1
@@ -554,7 +554,7 @@ void PackArmPe::pack(OutputFile *fo)
|
||||
if (ih.entry && ih.entry < rvamin)
|
||||
throwCantPack("run a virus scanner on this file!");
|
||||
if (!opt->force && ih.subsystem == 1)
|
||||
throwCantPack("subsystem `native' is not supported (try --force)");
|
||||
throwCantPack("subsystem 'native' is not supported (try --force)");
|
||||
if (ih.filealign < 0x200)
|
||||
throwCantPack("filealign < 0x200 is not yet supported");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user