Skip to content

Commit bb4bf87

Browse files
committed
IOSS: Clarify select_step documentation
1 parent 9624359 commit bb4bf87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/seacas/libraries/ioss/src/main/shell_interface.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ void IOShell::Interface::enroll_options()
286286
nullptr);
287287

288288
options_.enroll("select_steps", Ioss::GetLongOption::OptType::MandatoryValue,
289-
"comma-separated list of steps that should be transferred to output database\n"
290-
"\t\tEnter a negative value to count from end. -1 is last, -2 is second last.",
289+
"comma-separated 1-based list of steps that should be transferred to output database\n"
290+
"\t\tEnter a negative value to count from end. -1 is last, -2 is second last.",
291291
nullptr);
292292

293293
options_.enroll("append_after_time", Ioss::GetLongOption::OptType::MandatoryValue,

0 commit comments

Comments
 (0)