diff --git a/visa/iga/IGAExe/iga_main.cpp b/visa/iga/IGAExe/iga_main.cpp index 18aa65b9c11b..1089501b9635 100644 --- a/visa/iga/IGAExe/iga_main.cpp +++ b/visa/iga/IGAExe/iga_main.cpp @@ -271,12 +271,13 @@ extern "C" int iga_main(int argc, const char **argv) { " =XE: -Xdsd SFID ExecSize? ExDesc Desc\n" "\n" - " SFIDS are: BTD, DC0, DC1, DC2, DCRO, GTWY, RTA, RC, " - "SLM, SMPL, TGM, TS, UGML, UGM, URB, VME\n" - " (exact SFID support varies per platform)\n" + " SFIDs are: BTD, DC0, DC1, DC2, DCRO, GTWY, RTA, RC, " + "SLM, SMPL, TGM, TS,\n" + " UGML, UGM, URB, VME\n" + " (exact SFID support varies per platform)\n" "\n" - " ExecSize is the instruction ExecSize in parentheses " - "(e.g. \"(16|M0)\" or \"(16\")\n" + " ExecSize is the instruction's execution size in parentheses\n" + " much like it appears in syntax (e.g. \"(16|M0)\" or \"(16)\"\n" " If ExecSize is absent, then we may guess based on the platform\n" "\n" "\n"