@@ -5,7 +5,7 @@ flux-exec(1)
55SYNOPSIS
66========
77
8- **flux ** **exec ** [*--noinput *] [*--label-io *] [*—dir=DIR *] [*--rank=NODESET *] [*--verbose *] *COMMAND... *
8+ **flux ** **exec ** [*--noinput *] [*--label-io *] [*—dir=DIR *] [*--rank=IDSET *] [*--verbose *] *COMMAND... *
99
1010DESCRIPTION
1111===========
@@ -50,19 +50,18 @@ OPTIONS
5050 Set the working directory of remote *COMMAND * to *DIR *. The default is to
5151 propagate the current working directory of flux-exec(1).
5252
53- .. option :: -r , --rank=NODESET
53+ .. option :: -r , --rank=IDSET
5454
55- Target specific ranks in *NODESET *. Default is to target "all" ranks.
56- See `NODESET FORMAT `_ below for more information.
55+ Target specific ranks in *IDSET *. Default is to target "all" ranks.
5756
58- .. option :: -x , --exclude=NODESET
57+ .. option :: -x , --exclude=IDSET
5958
60- Exclude ranks in *NODESET *.
59+ Exclude ranks in *IDSET *.
6160
6261.. option :: -j , --jobid=JOBID
6362
6463 Use the job shell exec service for job *JOBID * instead of the broker's
65- exec service. The default *NODESET * will be set to the nodes assigned
64+ exec service. The default *IDSET * will be set to the nodes assigned
6665 to the job, and the :option: `--rank ` and :option: `--exclude ` options are
6766 applied relative to this set. For example, :option: `flux exec -j ID -r 0 `
6867 will run only on the first node assigned to *JOBID *, and :option: `flux
@@ -87,12 +86,6 @@ OPTIONS
8786 signal remote commands instead of the normal builtin subprocess signaling
8887 mechanism.
8988
90-
91- NODESET FORMAT
92- ==============
93-
94- .. include :: common/nodeset.rst
95-
9689EXIT STATUS
9790===========
9891
@@ -109,3 +102,8 @@ RESOURCES
109102=========
110103
111104.. include :: common/resources.rst
105+
106+ FLUX RFC
107+ ========
108+
109+ :doc: `rfc:spec_22 `
0 commit comments