Skip to content

Commit

Permalink
doc: update documentation of -q, --queue option where needed
Browse files Browse the repository at this point in the history
Problem: Multiple queues may now be specified in the `-q, --queue`
option of `flux-jobs(1)`, `flux-pgrep(1)`, and `flux-pkill(1)`, but
this is not documented.

Update the documentation of these commands.
  • Loading branch information
grondo committed Jul 30, 2024
1 parent 0497023 commit 14c2571
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions doc/man1/flux-jobs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ OPTIONS

List jobs with a specific job name.

.. option:: -q, --queue=[QUEUE]
.. option:: -q, --queue=QUEUE[,...]

List jobs in a specific queue.
List jobs in a specific queue or queues. Multiple queues may be separated
by a comma or by using the :option:`-q, --queue` option multiple times.

.. option:: -c, --count=N

Expand Down
6 changes: 4 additions & 2 deletions doc/man1/flux-pgrep.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@ OPTIONS
results can be listed separated by comma. See the JOB STATUS section
of the :man1:`flux-jobs` manual for more detail.

.. option:: -q, --queue=QUEUE
.. option:: -q, --queue=QUEUE[,...]

Only include jobs in the named queue *QUEUE*.
Only include jobs in the named queue *QUEUE*. Multiple queues may be
specified as a comma-separated list, or by using the :option:`--queue`
option multiple times.

.. option:: -c, --count=N

Expand Down

0 comments on commit 14c2571

Please sign in to comment.