Skip to content

Commit

Permalink
flux-jobs(1): document unlimited --count value
Browse files Browse the repository at this point in the history
Problem: flux jobs --count=0 means "unlimited" but that is not documented
in the man page.

Add it.

Fixes #6363
  • Loading branch information
garlick committed Oct 11, 2024
1 parent 9ed4cfb commit 9749838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man1/flux-jobs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ OPTIONS

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

Limit output to N jobs (default 1000)
Limit output to N jobs. N=0 means unlimited. (default 1000)

.. option:: --since=WHEN

Expand Down

0 comments on commit 9749838

Please sign in to comment.