From 6ab003dbf851b15d5b8c552d086766249acb2751 Mon Sep 17 00:00:00 2001 From: gibbed Date: Mon, 13 Apr 2020 11:09:02 -0500 Subject: [PATCH] [Kernel] Reformat license mask description. [Kernel] Reformat license mask description to include newlines. --- src/xenia/kernel/xam/xam_content.cc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/xenia/kernel/xam/xam_content.cc b/src/xenia/kernel/xam/xam_content.cc index 67f510038..6f4a4aebc 100644 --- a/src/xenia/kernel/xam/xam_content.cc +++ b/src/xenia/kernel/xam/xam_content.cc @@ -14,13 +14,15 @@ #include "xenia/kernel/xenumerator.h" #include "xenia/xbox.h" -DEFINE_int32(license_mask, 0, - "Set license mask for activated content: " - "0 - disable all licenses / " - "1 - enable the first license - usually the full version license " - "in Xbox Live Arcade games / " - "-1 or 0xFFFFFFFF - enable all possible licenses.", - "Content"); +DEFINE_int32( + license_mask, 0, + "Set license mask for activated content.\n" + " 0 = No licenses enabled.\n" + " 1 = First license enabled. Generally the full version license in\n" + " Xbox Live Arcade titles.\n" + " -1 or 0xFFFFFFFF = All possible licenses enabled. Generally a\n" + " bad idea, could lead to undefined behavior.", + "Content"); namespace xe { namespace kernel {