[Kernel] Reformat license mask description.

[Kernel] Reformat license mask description to include newlines.
This commit is contained in:
gibbed 2020-04-13 11:09:02 -05:00 committed by Rick Gibbed
parent 3dc69c6033
commit 6ab003dbf8
1 changed files with 9 additions and 7 deletions

View File

@ -14,13 +14,15 @@
#include "xenia/kernel/xenumerator.h" #include "xenia/kernel/xenumerator.h"
#include "xenia/xbox.h" #include "xenia/xbox.h"
DEFINE_int32(license_mask, 0, DEFINE_int32(
"Set license mask for activated content: " license_mask, 0,
"0 - disable all licenses / " "Set license mask for activated content.\n"
"1 - enable the first license - usually the full version license " " 0 = No licenses enabled.\n"
"in Xbox Live Arcade games / " " 1 = First license enabled. Generally the full version license in\n"
"-1 or 0xFFFFFFFF - enable all possible licenses.", " Xbox Live Arcade titles.\n"
"Content"); " -1 or 0xFFFFFFFF = All possible licenses enabled. Generally a\n"
" bad idea, could lead to undefined behavior.",
"Content");
namespace xe { namespace xe {
namespace kernel { namespace kernel {