Skip to content

Commit dc345d6

Browse files
committed
improve helpstrings
1 parent febf8c2 commit dc345d6

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

legate/driver/args.py

+13-9
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,12 @@
370370
action="append",
371371
default=[],
372372
help="Specify another executable (and any command-line arguments for that "
373-
"executable) that will be responsible to indirectly invoke legate, "
374-
"including any other wrappers. May contain the special string "
375-
"%%%%LEGATE_GLOBAL_RANK%%%% that will be replaced with the rank of the "
376-
"current process by bind.sh. If multiple --wrapper values are provided, "
377-
"they will execute in the order given. "
373+
"executable) to wrap the Legate executable invocation. This wrapper will "
374+
"come right after the launcher invocation, and will be passed the rest of "
375+
"the Legate invocation (including any other wrappers) to execute. May "
376+
"contain the special string %%%%LEGATE_GLOBAL_RANK%%%% that will be "
377+
"replaced with the rank of the current process by bind.sh. If multiple "
378+
"--wrapper values are provided, they will execute in the order given. "
378379
"[legate-only, not supported with standard Python invocation]",
379380
)
380381

@@ -385,10 +386,13 @@
385386
action="append",
386387
default=[],
387388
help="Specify another executable (and any command-line arguments for that "
388-
"executable) that will be responsible to directly invoke legate. May "
389-
"contain the special string %%%%LEGATE_GLOBAL_RANK%%%% that will be "
390-
"replaced with the rank of the current process by bind.sh. If multiple "
391-
"--wrapper-inner values are given, they will execute in the order given. "
389+
"executable) to wrap the Legate executable invocation. This wrapper will "
390+
"come right before the legion_python invocation (after any other "
391+
"wrappers) and will be passed the rest of the legion_python invocation to "
392+
"execute. May contain the special string %%%%LEGATE_GLOBAL_RANK%%%% that "
393+
"will be replaced with the rank of the current process by bind.sh. If "
394+
"multiple --wrapper-inner values are given, they will execute in the "
395+
"order given. "
392396
"[legate-only, not supported with standard Python invocation]",
393397
)
394398

0 commit comments

Comments
 (0)