We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ec203 commit 4e3cc19Copy full SHA for 4e3cc19
packages/seacas/libraries/ioss/src/main/info_interface.C
@@ -148,10 +148,10 @@ void Info::Interface::enroll_options()
148
149
#endif
150
151
- options_.enroll(
152
- "list_change_sets", Ioss::GetLongOption::OptType::NoValue,
153
- "Print a list of the names of all change_sets (previuosly groups) in this file and then exit.",
154
- nullptr);
+ options_.enroll("list_change_sets", Ioss::GetLongOption::OptType::NoValue,
+ "Print a list of the names of all change_sets (previuosly groups) in this file "
+ "and then exit.",
+ nullptr);
155
options_.enroll("list_groups", Ioss::GetLongOption::OptType::NoValue,
156
"[deprecated] Use --list_change_sets", nullptr);
157
0 commit comments